{% extends 'dashboard/gate_keeper_dashboard/main.html' %} {% load static %} {% block content %}

Forms/ Edit Appointment

{% if messages %} {% for message in messages %} {% endfor %} {% endif %}
Quick Edit Appointment
Control Panel
{% csrf_token %}
{% if user.image %} Visitor Image {% else %} Default Image {% endif %}

{% endblock %}