{% load wagtailcore_tags %} {% with block.value as item %}

{{ block.index }}.

{{ item.question_text | richtext }}
{% for answer in item.answers %}
{{ answer.text | richtext }}
{% endfor %}
{% endwith %}