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