{% load static %} {% include 'dashboard/gate_keeper_dashboard/header.html' %} {% include 'dashboard/gate_keeper_dashboard/body.html' %}
{% if messages %} {% for message in messages %} {% endfor %} {% endif %}

Edit Appointment Control panel

Quick Edit Appointment

{% csrf_token %}
{% comment %}
{% endcomment %}
{% comment %}
{% endcomment %}
{% if user.image %} Visitor Image {% else %} Default Image {% endif %}
{% comment %} {% endcomment %}

{% include 'dashboard/visitors_dashboard/footer.html' %}