{% if config.label and config.layout == 'label' %}
{{ config.label }}
{% endif %} {% for questiongroup in questiongroups %}
{{ questiongroup.0 }}
{% for question in questiongroup %} {% if not forloop.first %} {{ question }} {% endif %} {% endfor %}
{% endfor %}