{% set question = questions[0] %}
{% for answer in question.answers %} {% if answer.hasValue %}
{% else %}
{% for legend in answer.legend %} {% endfor %}
{{ answer.label | raw }}
{% endif %} {% endfor %}
{% for answer in question.answers %} {% if answer.hasValue %}
{% for legend in answer.legend %} {% endfor %}
{{ answer.label | raw }}
{% endif %} {% endfor %}
{{ plugin.left_label }}
{{ plugin.right_label }}
{{ plugin.top_label }}
{{ plugin.bottom_label }}