{% extends "controlpanel/base.html" %} {% load lucide %} {% block heading %}{% if show_archived %}Archived clubs{% else %}Clubs{% endif %}{% endblock heading %} {% block actions %} {% if show_archived %} Active clubs {% else %} Archived {% endif %} {% lucide "plus" size=16 %} New club {% endblock actions %} {% block panel %}
{% if show_archived %}{% endif %}
{% if show_archived %} {% include "controlpanel/_club_health_table.html" with empty_message="No archived clubs." %} {% else %} {% include "controlpanel/_club_health_table.html" %} {% endif %}
{% endblock panel %}