{% 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 %}