{{_("To Log In Please Enter")}}
{% if status_message == 'error' %}
{{_("Oops, wrong passphrase. Try again?")}}
{% elif result.login_banner %}
{{ result.login_banner|safe }}
{% endif %}
{% if status_message == 'logout' %}
{{_("You Have Been Logged Out!")}}
{% endif %}