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