{% if not switches %}

There are no active switches.

{% else %}

There are {{ active_switches_count }} active switches.

{% for switch in switches %} {% endfor %}
{{ switch.label }} {{ switch.get_status_display }}
{% endif %}