{% extends "oahpa.html" %} {% load i18n %} {% block content %}
{% trans "Message:" %} {{ form.message }} |
{% trans "The following information is optional." %} |
{% 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 }} |