{% extends 'base.html' %} {% load static %} {% load widget_tweaks %} {% load crispy_forms_tags %} {% block content %}

Edit parameters for tool "{{tool.name}}"


{% csrf_token %} {% crispy form form.helper %}
{% endblock %}