{% extends "base.html" %} {% block content %}
{% if tts %}
{% for tt in tts %} {% if user.is_staff %} {% else %} {% endif %} {% endfor %}
Test Type
{{ tt.name }} {{ tt.name }}
{% include "dojo/paging_snippet.html" with page=prod_list %} {% else %}

No test types found.

{% endif %}
Actions
{% if request.user.is_staff %} New Test Type {% endif %}
Filters
{{ test_types.form.as_p }}
{% endblock %} {% block postscript %} {% endblock %}