{% extends "controlpanel/base.html" %} {% load lucide %} {% block heading %}Features{% endblock heading %} {% block actions %} {% lucide "plus" size=16 %} New feature {% endblock actions %} {% block panel %}
Flags are turned on per club. Setting Everyone to Yes or No overrides club targeting entirely.
| Name | Everyone | Clubs | Note | |
|---|---|---|---|---|
| {{ flag.name }} | {% if flag.everyone is True %} On for all {% elif flag.everyone is False %} Off everywhere {% else %} Per club {% endif %} | {{ flag.clubs.count }} | {{ flag.note|default:"—" }} | {% lucide "pencil" size=14 %} Edit |
| No features yet. | ||||
Global on/off for the whole platform — kill-switches, maintenance, infra rollouts.
| {{ switch.name }} | {{ switch.note|default:"—" }} | |
| No switches yet — add one in the Django admin. |