{% if users %}
Users in the system are:
{% for user in users %}
{{ user.username }}
{% endfor %}
Click to return to login
{% else %}
No User in the system ! Please register
Click here to register
{% endif %}