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

Appointments

There is a total of {{ n_apt }} appointments in the database.


Appointments
Showing the last 20 appointments in database. Click IDs to see appointment details.
{{ data["table"]|safe }}
{% endblock content %}