{% extends "wcs/backoffice.html" %} {% load i18n %} {% block appbar-title %}{% trans "Result" %} #{{ test_result.id }}{% endblock %} {% block body %}
{% trans "Name" %} | {% trans "Result" %} | {% for test in test_result.results %}
---|---|
{{ test.name }} | {% firstof test.error _("Success!") %} |