{% extends 'base.html' %} {% load i18n %} {% block content %} {% if messages %} {% endif %} {% if contact_information %}
{{ contact_information.phone_number }} {{ contact_information.email }} {{ contact_information.address | linebreaks }}
{% endif %}
{% csrf_token %} {{ form }}
{% endblock content %}