Hello {{ username }} log out
{% with messages = get_flashed_messages()%}
{% if messages%}
{% for message in messages%}
{{message}}
{%endfor%}
{%endif%}
{%endwith%}
Your domains:
{% for domain in domains %}
- {{ domain }}
{% endfor %}
Your tokens:
{% for token in tokens %}
-
{% endfor %}
Password change
{% if is_admin %}{% include 'admin.html' %}{% endif %}