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

{% trans "Add a Tool Type Configuration" %}

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