{% extends "base.html" %} {% load static %} {% load i18n %} {% block content %} {{ block.super }}

{% trans "Edit Tool Type Configuration" %}

{% csrf_token %} {% include "dojo/form_fields.html" with form=tform %}
{% endblock %} {% block postscript %} {{ block.super }} {% endblock %}