{% load crispy_forms_tags %} {% load crud_views_formsets %} {% if not x_formset.start_at_rows %}
{% if x_formset.has_pre_col %}
 
{% endif %}
{{ x_formset.title }}
{{ x_formset.management_form }} {{ x_formset.instance|as_crispy_errors }} {% endif %} {% for x_form in x_formset.forms %}
{% crispy x_form.form x_form.helper %} {% comment %} {% crispy x_form.form x_formset.instance.helper %} {% endcomment %}
{% for x_formset_child in x_form.formsets %} {% cv_x_formset x_formset_child %} {% endfor %}
{% endfor %} {% if not x_formset.end_at_rows %}
{% endif %}