{% comment %} Table where the first questiongroup is occupying the entire row, repeated several times and numbered. Further questions are added at the bottom of the table. {% endcomment %} {% load floppyforms %} {% load list_to_columns %} {% load i18n %} {% 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 %}