{% load i18n feedback_tags %}
{{ subject }}
==============

{% for field in form %}
{{ field.label }}: {{ field|get_choice_value }}
{% endfor %}
