diff --git a/controlpanel/templates/controlpanel/_club_health_table.html b/controlpanel/templates/controlpanel/_club_health_table.html
index afc0b08..b42735c 100644
--- a/controlpanel/templates/controlpanel/_club_health_table.html
+++ b/controlpanel/templates/controlpanel/_club_health_table.html
@@ -20,6 +20,7 @@
Events |
Plan |
Dues |
+ Plan end |
|
@@ -79,7 +80,7 @@
{% if club.tier_name %}
{{ club.tier_name|lower }}
{% else %}
- n/a
+ -
{% endif %}
@@ -95,18 +96,15 @@
{% endcomment %}
{% if club.covered_status == "waived" %}
- waived
+ waived
{% elif club.covered_until %}
paid
{% else %}
—
{% endif %}
- {% if club.covered_until %}
- until {{ club.covered_until|date:"j M Y" }}
- {% endif %}
{% else %}
- n/a
+ -
{% endif %}
{% else %}
€{{ club.dues_owed|floatformat:2 }}
@@ -119,6 +117,10 @@
+
+ {{ club.covered_until|date:"j M Y"|default:"-" }}
+ |
+
{% lucide "pencil" size=14 %} Edit
|