{% if not switches %}
There are no active switches.
{% else %}There are {{ active_switches_count }} active switches.
{{ switch.get_status_display }} | {% if switch.label %}{{ switch.label }}{% else %}{{ switch.key|title }}{% endif %} ({{ switch.key }}) | {{ switch.get_status_display }} |
---|