{% extends "base.html" %} {% load core_extras %} {% block content %}

{% model_icon 'execution' %} Execute {{ task.name }}

{% if form_errors %}
{% endif %}
{% csrf_token %}
{% if task.parameters.count %}
{% for parameter in task.parameters.all %}
{{ parameter.description }}
{% endfor %} {% endif %}
{% endblock %}