{% extends "controlpanel/base.html" %} {% load lucide ui %} {% block heading %}Features{% endblock heading %} {% block actions %} {% lucide "plus" size=16 %} New feature {% endblock actions %} {% block panel %} {% comment %} The lock-down. Clubs get a maintenance page, the scheduled jobs stand down, and the control panel and the auth screens stay open — otherwise you could not sign in to turn it back off. {% endcomment %}
Closes every club subdomain and stands the scheduled jobs down. The control panel and the sign-in screens stay open.
{% endif %}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. |