{% extends "wcs/backoffice.html" %} {% load i18n %} {% block appbar-title %}{% trans "Result" %} #{{ test_result.id }}{% endblock %} {% block body %}

{% trans "Details" %}

Result

{% for test in test_result.results %} {% endfor %}
{% trans "Name" %} {% trans "Result" %}
{{ test.name }} {% firstof test.error _("Success!") %}
{% endblock %}