{% csrf_token %} {% for field in delegate_form %} {% if field.errors %} {% endif %} {% endfor %}
{{ field.label|capfirst }} {{ field }}

{{ field.errors|striptags }}


{% if not plugin_dict.is_first %} {% endif %}