{% extends 'contact/_common.html' %} {% block contact %} Contact {{ contact.desc }} Our Address {% 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 Us {{ contact.phone }} {{ contact.timetable.title }} {% for key, value in contact.timetable.desc.items %} {{ key }} {{ value }} {% endfor %} {% autoescape off%} {% for p in contact.timetable.note %} {{ p }} {% endfor %} {% endautoescape %} {% endblock %}
{{ contact.desc }}
{{ contact.address }}
{{ desc }}
{{ contact.phone }}
{{ p }}