{% load lucide %}
{% comment %}
Which feature flags apply to this club. Included with `club`, `flags` (from
`flags_for_club`) already in context.
{% endcomment %}
{% 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 %}
{% endif %}