{% if user %}
Logged in as {{user}} (Log Out)
{% for client in clients %} Client
{% endfor %}
Create Client {% else %}
{% endif %}