{% extends 'booking/base.html' %} {% block content %}

Appointments


{% include 'booking/admin/components/appointment_tabel.html' with bookings=object_list full_table=True %}
{% endblock content %}