{% extends "base.html" %} {% load navigation_tags %} {% load authorization_tags %} {% block content %} {{ block.super }}

Test Type List

{% include "dojo/filter_snippet.html" with form=test_types.form %}
{% if tts %}
{% include "dojo/paging_snippet.html" with page=tts page_size=True %}
{% for tt in tts %} {% if "dojo.change_test_type"|has_configuration_permission:"staff" %} {% else %} {% endif %} {% endfor %}
{% dojo_sort request 'Test Type' 'name' 'asc' %}
{{ tt.name }} {{ tt.name }}
{% include "dojo/paging_snippet.html" with page=tts page_size=True %}
{% else %}

No test types found.

{% endif %}
{% endblock %} {% block postscript %} {{ block.super }} {% include "dojo/filter_js_snippet.html" %} {% endblock %}