{% extends "djangovoice/feedback_base.html" %} {% load trans from i18n %} {% block title %}{% trans "Feedback" %}{% endblock %} {# FIXME: Where is it? #} {% block location %}Feedback{% endblock %} {% block content %}

{% trans "Feedback" %}

{% csrf_token %} {% for field in form %} {% include "djangovoice/includes/fields.html" %} {% endfor %}
{% endblock %}