{% extends "dashboard_app/_content_with_sidebar.html" %} {% load i18n %} {% load humanize %} {% block content %}
| # | {% trans "Test case" %} | {% trans "Result" %} | {% trans "Measurement" %} |
|---|---|---|---|
| {{ test_result.relative_index }} | {{ test_result.test_case|default_if_none:"Not specified" }} |
|
{{ test_result.measurement|default_if_none:"Not specified" }} {{ test_result.units }} |