{% set question = questions[0] %} {% for answer in question.answers %}
{{ answer.label | raw}}
{% for legend in answer.legend %}
{{ legend.label }}
{% endfor %}
{{ loop.index }} / {{ question.answers | length }}
{% if loop.first == false %} < {% endif %} {% if loop.last == false %} > {% endif %}
{% endfor %}