{% load crispy_forms_tags %} {% load crispy_forms_utils %} {% load crispy_forms_field %} {% if formset_method|lower == 'post' and not disable_csrf %} {% csrf_token %} {% endif %}
{{formset.forms.0.instance_name}} | {% endif%} {% if field.label and not field.is_hidden %}{{ field.label|safe }}{% if field.field.required and not field|is_checkbox %}*{% endif %} | {% endif %} {% endfor %}
---|---|
{% endif%} {% include 'bootstrap/field.html' with tag="th" form_show_labels=False %} {% endfor %} |