{% load i18n sekizai_tags %} {{ formset.management_form }} {% for form in formset.forms %} {% comment %}{% if forloop.first %} {% for field in form.visible_fields %} {% endfor %} {% endif %}{% endcomment %} {% endfor %}
{{ field.label|capfirst }} {% if not hide_help and field.help_text %} {% endif %}
{% for field in form.visible_fields %} {% include 'metronic/backend/form_snippets/formset_input_fields.html' with field=field %} {% endfor %}
{% for hidden in form.hidden_fields %} {{ hidden }} {% endfor %}