{% csrf_token %}
{% for field in form %} {{ field.label_tag }} {{ field }}
{% for arg in arguments %}

{{ arg.text_rep }}

{% endfor %}
{% endfor %}