{% if not switches %}

There are no active switches.

{% else %}

There are {{ active_switches_count }} active switches.

{% for switch in switches %} {% endfor %}
{{ switch.get_status_display }} {% if switch.label %}{{ switch.label }}{% else %}{{ switch.key|title }}{% endif %} ({{ switch.key }}) {{ switch.get_status_display }}
{% endif %}