{% extends "management/base.html" %} {% load i18n lucide ui %} {% block heading %}{% trans "Events" %}{% endblock heading %} {% block actions %} {% if is_club_admin and rbihf_enabled %} {% lucide "download" size=16 %} {% trans "Import from RBIHF" %} {% endif %} {% if can_create %} {% lucide "repeat" size=16 %} {% trans "New series" %} {% lucide "plus" size=16 %} {% trans "New event" %} {% endif %} {% endblock actions %} {% block filter_strip %}
{% trans "This season has no months to show." %}
{% endfor %}