{% extends "_platform_base.html" %} {% load lucide %} {% block title %} {% block panel_title %}Control panel{% endblock panel_title %} ยท RosterChief {% endblock title %} {% 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 %} {% 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 %}
{# Below `lg` the sidebar is hidden, so the same links appear here rather than nowhere. #} {% block panel %}{% endblock panel %} {% endblock main %}