{% if users %}
{% for user in users %}
{{ user.name }}
{% endfor %}
{% else %}
No persons in the system
{% endif %}