{% load lucide %} {% comment %} The panel's navigation, in one place: the sidebar renders it on a wide screen and the collapsed menu renders it on a narrow one. Two copies of a link list is how a new section ends up reachable on a desktop and invisible on a phone. `menu-active` is daisyUI 5's active state; hover and focus come with `.menu` itself. {% endcomment %}
  • {% lucide "layout-dashboard" size=16 %} Dashboard
  • {% lucide "building-2" size=16 %} Clubs
  • {% lucide "receipt-euro" size=16 %} Billing
  • {% lucide "toggle-right" size=16 %} Features
  • {% if user.is_superuser %} {# Superusers only, exactly as the view is gated: a link staff cannot follow is a lie. #}
  • {% lucide "user-cog" size=16 %} Platform admins
  • {% endif %}