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