{% extends "controlpanel/base.html" %} {% load static lucide %} {% block heading %}RosterChief Platform Dashboard{% endblock heading %} {% block subheading %}Welcome back {{ user.member.first_name }}!{% endblock subheading %} {% block actions %} {% lucide "plus" size=16 %} Create new club {% endblock actions %} {% block panel %} {% comment %} Needs attention first: these are the numbers that are supposed to be zero. A club with no current season cannot take a signup or schedule a match — and it fails silently, nothing errors — while an admin without a second factor is locked out of their own club. Both are work queues, not statistics. The vanity totals sit further down. {% endcomment %}
Where clubs stall. One with no team or no events is a shell.
| {{ flag.name }} | {% if flag.overridden %} {# `everyone` overrides club targeting, so the club count says nothing here. #} {% if flag.everyone %}On for all{% else %}Off everywhere{% endif %} {% else %} {{ flag.clubs }} / {{ totals.clubs }} clubs {% endif %} |
| No features yet. |
| Club | Members | Teams | Events | Admins |
|---|---|---|---|---|
|
{{ club.name }}
{{ club.slug }}
|
{{ club.member_count }} | {{ club.team_count }} | {{ club.event_count }} | {{ club.admin_count }} |
| No clubs yet. | ||||