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

{{_("Login")}}

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