{% load views_extras %}
Run
Step
Duration
Results
Caused Bug
Comment
entry type
username
{# Each "test" is a Test model object. #}
{{ tests.0.test_sequence_number }}
{{ tests.0.test_duration|format_time }}
{{ tests.0.test_results|translate_PF }}
{{ tests.0.caused_bug|jira_pull|safe }}
{{ tests.0.comment|linebreaks }}
{{ tests.0.entrytype }}
{{ tests.0.username }}
{% if form%}
{% csrf_token %} {{form}}
{% endif %}