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

Appointments {{ apt_id }}  

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


{{ data["table"]|safe }}
{% endblock content %}