{% load i18n lucide %} {% comment %} The management nav, in one place: the sidebar renders it on a wide screen and the collapsed menu renders it on a narrow one. Admin-only sections are hidden here for plain staff -- the views are gated regardless (ClubAdminRequiredMixin), this is just so the nav never shows a link they can't follow. `nav` (management.context_processors.active_nav_section) is the current page's section, derived from the resolved URL name -- `menu-active` is daisyUI's active state, same convention as controlpanel/templates/controlpanel/_nav_items.html. {% endcomment %}