{% comment %} The subcategory has a checkbox next to its label, which toggles the content of the subcategory. {% endcomment %} {% load floppyforms %}
{% include "form/helptext.html" with helptext=config.helptext helptext_length=config.helptext_length %} {% for questiongroup_config, questiongroup_formset in formsets %} {% form form using questiongroup_config.template with config=questiongroup_config formset=questiongroup_formset %} {% endfor %}