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

{{ block.index }}.

{{ item.question_text | richtext }}
{% for answer_code, answer_label in tf_answers.items %} {% endfor %}
{% endwith %}