{% extends 'contact/_common.html' %} {% load static %} {% load appointment_tags %} {% block contact %} Location: {% autoescape off%} {{ contact.address }} {% endautoescape %} Call: {{ contact.phone }} {% if contact.noti.title|capfirst == "Email" %} {% else %} {% endif %} {{ contact.noti.title }}: {% autoescape off%} {% for desc in contact.noti.desc %} {{ desc }} {% endfor %} {% endautoescape %} {% if contact.noti.image %} {% endif %} {% make_appointment %} {% endblock %}
{{ contact.address }}
{{ contact.phone }}
{{ desc }}