{% extends "layouts/content-bootstrap.html" %} {% load i18n %} {% block content %}

Test suite {{ suite.name }} for job {{ job_link }}

{% for testcase in test_cases %}

{{ testcase.name }}

{% if testcase.action_metadata %} {% else %}
Result
{{ testcase.result_code }}
{% if testcase.measurement >= 0.0 %}
Measurement
{{ testcase.measurement|floatformat:2 }} {{ testcase.units }}
{% endif %}
{% endif %} {% endfor %} {% endblock %}