{% comment %} A question and then a table. A table with 2 columns, each cell containing a question. If there are more than 2 questions, additional rows are created.Table headers are only created for the first 2 questions! No buttons to add or remove additional questiongroups! config: The configuration of the questiongroup formset: The (repeating) forms as formset {% endcomment %} {% load i18n %} {% load floppyforms %} {% load list_to_columns %}
{{ field.label }} | {% endif %} {% endfor %}
---|
{% formrow field using "form/question/no_label.html" %} | {% endif %} {% for field in qg_form.hidden_fields %}{% formfield field %}{% endfor %} {% endfor %}