{% csrf_token %} {{ form }} {% for extra_form in extra_forms %}
{% if extra_form.label %}{{ extra_form.label }}{% endif %} {{ extra_form }}
{% endfor %} {% include "orga/includes/submit_row.html" %}