{% if current_user.is_authenticated %}
{{_("You're logged in already!")}}
{% else %}
{% include 'flash_messages.html' %}
Mycodo {{dict_translation['login']['title']}}
{{host}}
1
2
3
4
5
6
7
8
9
<
0
X
{{_('Log In')}}
{{_('Password Login')}}
{% endif %}