{% load static lucide ui i18n %} {% comment %} Standalone shell for club management -- does NOT extend templates/_base.html or _club_base.html, and does not load assets/app.css or daisyUI. Same reasoning as controlpanel/templates/controlpanel/base.html's own standalone shell, but this surface IS club-branded (design_handoff_rosterchief_platform/README.md, "Club theming"): the --tenant-club/--tenant-club-dark custom properties below feed assets/management.css's --color-club/--color-club-dark tokens, set per request from Club.secondary_color. Desktop only, matching the design's own scope for this surface -- no mobile nav here, unlike the club-facing chrome this replaces. {% endcomment %} {% block title %}{% block panel_title %}Management{% endblock panel_title %} · {{ club.name }}{% endblock title %} {% if club.secondary_color %} {% endif %} {% if club.primary_color %} {% endif %} {% block extra_head %}{% endblock extra_head %}
{% block heading %}{% block topbar_title %}Management{% endblock topbar_title %}{% endblock heading %} {% block topbar_context %}{% endblock topbar_context %}
{% block actions %}{% endblock actions %}
{% block filter_strip %}{% endblock filter_strip %}
{% if billing_notice.is_urgent and nav != "home" %} {% include "management/_billing_notice.html" %} {% endif %} {% if messages %}
{% for message in messages %} {% with alert=message|as_alert %} {% endwith %} {% endfor %}
{% endif %} {% block panel %}{% endblock panel %}
{% block extra_body %}{% endblock extra_body %}