{% comment %} Context: - formset: playlist's track formset {% endcomment %} {% load aircox aircox_admin static i18n %} {% with formset.form.base_fields as fields %}
{{ formset.non_form_errors }} {% for name, field in fields.items %} {% if not field.widget.is_hidden and not field.is_readonly %} --- {% endif %} {% endfor %}
{% endwith %}