{% extends 'base_narrow.html' %} {% block body %}

{{_("Login")}}

{% if config['LOGIN_BANNER'] %}

{{ config['LOGIN_BANNER'] }}

{% endif %}
{% if request.values.get('devicelogin') %}
{{_("- or -")}}
{{_("Login with another device")}}
{% endif %}
{% if config['SELF_SIGNUP'] %} {{_("Register")}} {% endif %} {{_("Forgot Password?")}}
{% endblock %}