{% extends "_platform_base.html" %} {% load lucide %} {% block title %} {% block panel_title %}Control panel{% endblock panel_title %} ยท RosterChief {% endblock title %} {% block nav_toggle %} {% endblock nav_toggle %} {% comment %} Kept in the navbar itself only at `lg`+, where there's no hamburger drawer to hold them instead -- see the comment on `nav_icons_class` in _base.html. {% endcomment %} {% block nav_icons_class %}hidden items-center lg:flex{% endblock nav_icons_class %} {% block menu %} {% comment %} Outside
, so it never scrolls with the content. Its own overflow-y-auto is for the day the menu itself grows taller than the screen. {% endcomment %} {% endblock menu %} {% block main %} {# Below `lg` the sidebar is hidden and {% block nav_toggle %} above opens this instead. #} {% if maintenance_on %}
{% lucide "wrench" size=20 %} The platform is currently closed for maintenance. Clubs see a maintenance page and the scheduled jobs are standing down. {% lucide "unlock" size=16 %} Reopen platform
{% endif %}
{% block logo %}{% endblock logo %}

{% block heading %}Control panel{% endblock heading %}

{% block subheading %}{% endblock subheading %}
{% block actions %}{% endblock actions %}
{% block panel %}{% endblock panel %} {% endblock main %}