{% extends "showcase/cabinet/base_cabinet.html" %} {% block sidebar_title %} Booking {% endblock %} {% block sidebar_nav %} {% with tab=booking_tab %}
  • Schedule
  • New booking

  • Pending {% if pending_count %}{{ pending_count }}{% endif %}
  • Completed
  • All Appointments
  • {% endwith %} {% endblock %}