{% comment %} Three columns (4 / 4 / 4). The first column contains the label of the questiongroup, the other columns contain the questions. {% endcomment %} {% for questiongroup in questiongroups %}
{{ config.label }}
{% for question in questiongroup %}
{{ question }}
{% endfor %}
{% endfor %}