diff --git a/plinth/modules/diagnostics/templates/diagnostics_full.html b/plinth/modules/diagnostics/templates/diagnostics_full.html index dc53e7447..d82fa2f31 100644 --- a/plinth/modules/diagnostics/templates/diagnostics_full.html +++ b/plinth/modules/diagnostics/templates/diagnostics_full.html @@ -32,42 +32,89 @@ {% if results %}

{% trans "Results" %}

- {% for app_id, app_data in results.results.items %} -
-
-

- {% blocktrans trimmed with app_name=app_data.name %} - App: {{app_name}} - {% endblocktrans %} +
+ {% for app_id, app_data in results.results.items %} +
+

+

- {% if app_data.show_repair %} -
- {% csrf_token %} - -
- {% endif %} -
- - {% if app_data.diagnosis %} - {% include "diagnostics_results.html" with results=app_data.diagnosis %} - {% elif app_data.exception %} -

- {% endfor %} + + {% endfor %} + {% endif %} - {% endblock %}