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

Dashboard


{% include 'booking/admin/components/home_top_card.html' %}

Overview


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 %}