{% comment %} # SPDX-License-Identifier: AGPL-3.0-or-later {% endcomment %} {% load i18n %} {% for test, result in results %} {% endfor %}
{% trans "Test" %} {% trans "Result" %}
{{ test }} {% if result == 'passed' %} {% trans result %} {% elif result == 'failed' %} {% trans result %} {% elif result == 'error' %} {% trans result %} {% else %} {{ result }} {% endif %}