{% for choice in input %} {% endfor %}
{% for error in input.errors %}
{{ error|escape }}
{% endfor %} {% if help_text %} {{ help_text }} {% endif %}