{% extends "templates/web.html" %} {% block style %} {% endblock %} {% block page_content %} {{ _("Sign in") }} {% if ldap_settings.enabled %} {{ _("Login with LDAP") }} {% endif %} {{ _("Sign up") }} {{ _("Send Password") }} {% endblock %} {% block script %} {% endblock %} {% block sidebar %}{% endblock %}