{% load static %} {% block contact %}
{% if contact.google_map %}
{% endif %}

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 %} {% if contact.noti.image %} {% endif %}
{% block appointment %}
{% csrf_token %}
{{ form.name }}
{{ form.phone }}
{{ form.date }}
{{ form.message }}
{% if post_message %}
{% endif %}
{% if naver %} Link to 네이버예약 {% endif %}
{% endblock %}
{% endblock %}