{% extends 'contact/_common.html' %} {% load appointment_tags %} {% block contact %}

Contact

{{ contact.desc }}

{{ contact.timetable.title }}

{% for key, value in contact.timetable.desc.items %} {% endfor %}
{{ key }} {{ value }}
{% autoescape off%} {% for p in contact.timetable.note %}

{{ p }}

{% endfor %} {% endautoescape %}

Location:

{% autoescape off%}

{{ contact.address }}

{% endautoescape %}
{% if contact.noti.title|capfirst == "Email" %} {% else %} {% endif %}

{{ contact.noti.title }}:

{% autoescape off%} {% for desc in contact.noti.desc %}

{{ desc }}

{% endfor %} {% endautoescape %}

Call:

{{ contact.phone }}

{% make_appointment %}
{% endblock %}