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

Tool Type Configuration

{% if confs %}
{% include "dojo/paging_snippet.html" with page=confs page_size=True %}
{% for conf in confs %} {% endfor %}
Tool Type Category Description
{{ conf.name }} {{ conf.description }}
{% include "dojo/paging_snippet.html" with page=confs page_size=True %}
{% else %}

No tool type configurations found.

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