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

Tools

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

No tools configured.

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