{% extends "base.html" %} {% block content %}

Book an Appointment

My Appointments
Only available doctors for the given date/time will be accepted by the system.
{% if session['role'] == 'admin' %}
{% else %} {% endif %}
{% endblock %}