{% extends 'base.html' %} {% load i18n %} {% block content %} {% if messages %} {% endif %} {% if contact_information %}
{% for phone in contact_information.get_phone_number %} {{ phone }}{% if not forloop.last %}, {% endif %} {% endfor %} {{ contact_information.email }} {{ contact_information.address | linebreaks }}
{% endif %}
{% csrf_token %} {{ form }}
{% endblock content %}