{% load i18n %}
{% with diagnostics.eventHeader as header %}
{% trans "Result" %}
{{ header.diagnosticEventEndResult|default:"-" }}
{% trans "Tool" %}
{{ header.toolID|default:"-" }} ({{ header.toolVersion|default:"-" }})
{% trans "Passed modules" %}
{{ header.modulePassCount|default:"-" }}
{% endwith %}
{% for i in diagnostics.eventItems %} {% endfor %}
{{ i.moduleName }} {{ i.moduleLocation }} {{ i.moduleTestName }} {{ i.moduleTestResult }}