{{ switch }}
{% if users %} {% for u in users %} {% endfor %}
{{ u.username }}
{% else %}

There are no {{ switch|lower }} users...

{% endif %}