{% extends "oahpa.html" %} {% load i18n %} {% block content %}
Message:
{{ form.message }}

{% trans "The following information is optional." %}
{% trans "An email address is required if you would like us to contact you about the feedback." %}

Your name:
{{ form.name }}
Institution/language course:
{{ form.place }}
email:
{{ form.email }}

I would like to be contacted about my question: {{ form.confirmation }}

{% endblock %}