This weeek Apointments
{% include 'booking/admin/components/appointment_tabel.html' with bookings=last_bookings %}
Waiting Apointments
{% include 'booking/admin/components/appointment_tabel.html' with bookings=waiting_bookings %}
{% endblock content %}