{% 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:

{{ contact.address }}

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

Email:

{{ contact.email }}

Call:

{{ contact.phone }}

{% make_appointment %}
{% endblock %}