{% extends "layout.html" %} {% block body %}

{{_('Login')}}

{% if config.config_login_type == 0 and mail%} {% endif %} {% if g.current_theme == 1 %} {% if g.allow_registration %} {{_('Register')}} {% endif %} {% if g.allow_anonymous %} {{ _('Home') }} {% endif %} {%endif%} {% if config.config_remote_login %} {{_('Log in with Magic Link')}} {% endif %} {% if config.config_login_type == 2 %} {% if 1 in oauth_check %} {% endif %} {% if 2 in oauth_check %} {% endif %} {% endif %}
{% if error %}
{{error}}
{% endif %} {% endblock %}