{% if user %}
Logged in as {{user}}
{% for client in clients %}
{{ client|tojson(2) }}


{% endfor %}
Create Client | Log out {% else %}
{% endif %}