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

Tool Configurations

{% if confs %}
{% include "dojo/paging_snippet.html" with page=confs page_size=True %}
{% for conf in confs %} {% endfor %}
Name Description URL Category
{% if "dojo.change_tool_configuration"|has_configuration_permission:"superuser" %} {{ conf.name }} {% else %} {{ conf.name }} {% endif %} {% if conf.description %}{{ conf.description }}{% endif %} {% if conf.url %}{{ conf.url }}{% endif %} {{ conf.tool_type.name }}
{% include "dojo/paging_snippet.html" with page=confs page_size=True %}
{% else %}

No tool configurations found.

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