{% load i18n sekizai_tags %}
{{ field.label|capfirst }} {% if not hide_help and field.help_text %} {% endif %} | {% endfor %}
---|
{% for field in form.visible_fields %}
{% include 'metronic/backend/form_snippets/formset_input_fields.html' with field=field %}
{% endfor %}
|