{% extends "controlpanel/base.html" %} {% load static lucide %} {% block heading %}{{ club.name }}{% endblock heading %} {% block subheading %}
{{ club.slug }} {% if club.is_archived %} Archived {% endif %}
{% endblock subheading %} {% block actions %} {% lucide "pencil" size=16 %} Edit {% if club.is_archived %} {% else %} {% endif %} {% endblock actions %} {% block panel %} {% if club.is_archived %}first season at this club
No previous season to compare against yet.
{% else %}of last season's active members signed up again
{% endif %}No past events with responses this season.
{% else %}turnout of those who answered
{# The leading indicator: it measures whether members use the app at all. #} {{ attention.attendance.no_response }}% never responded
{% endif %}| {{ bucket.label }} | €{{ bucket.total|floatformat:2 }} | {{ bucket.count }} order{{ bucket.count|pluralize }} |
New members against returning ones.
| {{ entry.flag.name }} | {{ entry.flag.note|default:"—" }} | {% if entry.overridden %} {# `everyone` overrides club targeting, so a per-club toggle would be a lie. #} {% if entry.flag.everyone %}On for all clubs{% else %}Off everywhere{% endif %} {% else %} {% endif %} |
| No features defined yet. |
| Name | ||
|---|---|---|
| {{ role.member }} | {{ role.member.user.email|default:"—" }} | |
| No admins yet. | ||