{% csrf_token %} {% for field in activity_form %} {% if field.errors %} {% endif %} {% endfor %}
{% if field.field.required %} {{ field.label|capfirst }} {% else %} {{ field.label|capfirst }} {% endif %}
{{ field }}

{{ field.errors|striptags }}


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