{% extends 'base.html' %} {% block title %}Status dashboard{% endblock %} {% load static %} {% block extrahead %} {# We need this for staff absence form popup #} {% endblock %} {% block content %}

Status dashboard

{% include 'status_dashboard/occupancy.html' %}

{% include 'status_dashboard/tools.html' %}
{% if show_staff_status %}
{% include 'status_dashboard/staff.html' %}
{% endif %}
{% endblock %}