{% load i18n %} {% if participation.errors %}
{% trans "Please fix errors below" %}
{% endif %} {% for question in participant.form.questions %} {% if question.error %}
{{ question.error }}
{% else %}
{% endif %} {{ question.render }}
{% endfor %}