{% extends "base.html" %} {% set active_page = "login" %} {% block title %}{% trans "page title" %}Log in{% endtrans %} | LibreQDA{% endblock %} {% block contents %}

{% trans "tab" %}Log in{% endtrans %}

{% trans %}LibreQDA uses CILogon to authenticate users by redirecting them to their chosen identity provider.{% endtrans %}

{% include 'partials/alert.html' %} {% if error %} {% endif %} {% endblock %} {% block morejs %} {% endblock %}