{% load views_extras %}
{{message}}
Run
Step
Duration
Results
Caused Bug
Comment
entry type
username
Restore
{% for testset in tests %} {% for test in testset.history.all %}
{# Each "test" is a Test model object. #}
{{ test.test_sequence_number }}
{{ test.test_duration|format_time }}
{{ test.test_results|translate_PF }}
{{ test.caused_bug|jira_pull|safe }}
{{ test.comment|linebreaks }}
{{ test.entrytype }}
{{ test.username }}
{% if test != testset.history.all.0%}
{% csrf_token %}
{% else %} {% endif %}
{% endfor %} {% endfor %}