{% load i18n %} {% load submit_parts %} {% if not protocol or not protocol.ready %}
{{ protocol.compile_log }}{% endif %} {% if protocol.have_tests %}
{% trans 'Test case' %} | {% trans 'Result' %} | {% trans 'Run time' %} |
---|---|---|
{{ test.name }} {% if test.show_details %} {% trans 'Show details' %} {% endif %} | {{ result|verbose:test.result }} | {{ test.time }} ms |
{{ test.details|linebreaksbr }}
|