{% comment %} - config - formsets {% endcomment %} {% load floppyforms %} {% if config.next_level == 'subcategories' %}
{{ config.label }}
{% for sub_config, sub_formsets in formsets %} {% form form using sub_config.form_template with config=sub_config formsets=sub_formsets %} {% endfor %} {% else %} {% endif %}