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

Tools

{% if tools %} {% for tool in tools %} {% endfor %}
Name ID Type Category Actions
{% if tool.url %} {{ tool.name }} {% else %} {{ tool.name }} {% endif %} {{ tool.tool_project_id }} {% if tool.tool_configuration.url %} {{ tool.tool_configuration.name }} {% else %} {{ tool.tool_configuration.name }} {% endif %} {{ tool.tool_configuration.tool_type.name }}
{% else %}

No tools configured.

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