{% extends "management/base.html" %} {% load i18n static lucide %} {% block panel_title %}Overview{% endblock panel_title %} {% block heading %}{{ club.name }}{% endblock heading %} {% block topbar_context %} {% if not attention.no_season %} {% blocktrans with start=attention.season.start_date|date:"Y" end=attention.season.end_date|date:"Y" %}Season {{ start }}-{{ end }}{% endblocktrans %} {% endif %} {% endblock topbar_context %} {% block actions %} {% lucide "plus" size=16 %} {% trans "New member" %} {% endblock actions %} {% block panel %} {# Every level here; base.html repeats it on other pages only once it turns urgent. #} {% include "management/_billing_notice.html" %} {% if attention.no_season %}
{% trans "New members against returning ones." %}
{% trans "No previous season to compare." %}
{% else %}