{% spaceless %} {% load i18n %}
    {% for part in answer.parts %}
  1. {% trans "The question for this section" %}
    {{ part.prompt.description|linebreaks }}
    {{ answer_text_label }}
    {{ part.text|linebreaks }}
  2. {% endfor %}
{% endspaceless %}