{% extends "base.html" %} {% load i18n %} {% block content %}
{% trans "This is the contact form" %}
{{ form.as_ul }}