{% load lucide %} {% comment %} Which feature flags apply to this club. Included with `club`, `flags` (from `flags_for_club`) already in context. {% endcomment %}
Feature flags {% lucide "wrench" size=12 class="inline -mt-0.5" %} manage
{% for entry in flags %}
{{ entry.flag.name }}
{{ entry.flag.note|default:"—" }}
{% if entry.overridden %} {# `everyone` overrides club targeting, so a per-club toggle would be a lie. #} {% if entry.flag.everyone %}On for all clubs{% else %}Off everywhere{% endif %} {% else %}
{% csrf_token %}
{% endif %}
{% empty %}
No features defined yet.
{% endfor %}