{% extends "cabinet/base_cabinet.html" %} {% block title %}Booking - {{ page_title }}{% endblock %} {% block cabinet_content %}

{{ page_title }}

All bookings log

New booking
{% include "cabinet/components/data_table.html" with table=table %} {% endblock %}