{% load crispy_forms_tags %} {% load crispy_forms_utils %} {% load crispy_forms_field %} {% specialspaceless %} {% if formset_method|lower == 'post' and not disable_csrf %} {% csrf_token %} {% endif %}
| {{ field.label }}{% if field.field.required and not field|is_checkbox %}*{% endif %} | {% endif %} {% endfor %}
|---|