{% if config.label and config.layout == 'label' %}
{{ config.label }}
{% endif %} {% if config.numbered %}
{% endif %} {% for questiongroup in questiongroups %} {% if config.numbered == 'prefix' %}

{% endif %} {% for question in questiongroup %} {{ question }} {% endfor %} {% if config.numbered == 'prefix' %}
{% endif %} {% endfor %} {% if config.numbered %}
{% endif %}