diff --git a/controlpanel/templates/controlpanel/club_list.html b/controlpanel/templates/controlpanel/club_list.html index 5d4f740..6427ce6 100644 --- a/controlpanel/templates/controlpanel/club_list.html +++ b/controlpanel/templates/controlpanel/club_list.html @@ -24,39 +24,11 @@
| Club | -Members | -Teams | -Events | -Admins | -
|---|---|---|---|---|
|
- {{ club.name }}
- {{ club.slug }}
- |
- {{ club.member_count }} | -{{ club.team_count }} | -{{ club.event_count }} | -{{ club.admin_count }} | -
| - {% if show_archived %}No archived clubs.{% else %}No clubs yet.{% endif %} - | -||||
| Club | -Members | -Unpaid | -Owed | -Teams | -Upcoming | -Admins | -
|---|---|---|---|---|---|---|
|
- {{ club.name }}
-
- {{ club.slug }}
- {% if not club.has_season %}{% lucide "calendar-x" size=10 %} No season{% endif %}
- {% if not club.upcoming_events %}{% lucide "moon-star" size=10 %} Dormant{% endif %}
-
- |
- {{ club.active_members }} | -{{ club.unpaid_members }} | -€{{ club.outstanding|floatformat:2 }} | -- {{ club.team_count }} - {% if club.teams_without_coach %} - {{ club.teams_without_coach }} no coach - {% endif %} - | -{{ club.upcoming_events }} | -{{ club.admin_count }} | -
| No clubs yet. | -||||||