{% comment %}
Two columns (6 / 6). The first two questions are rendered in the first column,
all others in the second column.
{% endcomment %}
{% for questiongroup in questiongroups %}
{% if config.label %}
{{ config.label }}
{% endif %}
{% for question in questiongroup %}
{% if forloop.counter == 3 %}