{% extends "admin/base_site_mako.html" %} {% if not is_popup %} {% block block_breadcrumbs %} {% endblock %} {% endif %} {% block block_content %}

{{tool.display_name}} {% if not tool.enabled %} (DISABLED) {% endif %} - Tool Definition


Name Display Name Job Type Path
{{tool.name}} {{tool.display_name}} {{tool.backend}} {{tool.path}} Edit View JSON

Accepts Input {% if tool.accepts_input %} Yes {% else %} No {% endif %}

Description

{{tool.description}}


{% if tool.tooloutputextension_set.all %}

Tool output extensions

{% endif %}

Tool parameters

{% for param in tool_params %} {% endfor %}
Rank Switch Switch use Properties
{{param.rank}} {{param.switch}} {{param.switch_use}}
    {% for prop in param.properties %}
  • {{prop}}
  • {% endfor %}
{% endblock %}