{% load lucide %} {% comment %} Club-scoped admins, and the form to add one. Included with `club`, `admins` already in context. {% endcomment %}

{% lucide "shield-user" size=18 %} Club admins

{% lucide "user-plus" size=16 %} Add admin
{% for role in admins %} {% empty %} {% endfor %}
Name Email
{{ role.member }} {{ role.member.user.email|default:"—" }}
{% csrf_token %}
No admins yet.