{% extends 'base.html' %} {% comment %} # SPDX-License-Identifier: AGPL-3.0-or-later {% endcomment %} {% load i18n %} {% block content %}

{% trans "Diagnostic Results" %}

{% blocktrans %}App: {{ app_name }}{% endblocktrans %}

{% if show_repair %}
{% csrf_token %}
{% endif %}
{% if results %} {% include "diagnostics_results.html" with results=results %} {% else %}

{% trans "This app does not support diagnostics" %}

{% endif %}
{% endblock %}