{% extends "oahpa.html" %} {% load i18n %} {% block content %}
{% trans "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." %}

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

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

{% endblock %}