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

Tool Configuration

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

No tool configurations found.

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