{% if current_user.is_authenticated %}

{{_("You're logged in already!")}}

{% else %}
{% include 'flash_messages.html' %}

{{host}}

{{_('Forgot password?')}} | {{_('Keypad Login')}}
{% endif %}