{% extends 'base.html' %} {% block body %}
branding logo

{{_("Login")}}

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