{% load static %} {% load i18n %} {% translate "Paperless-ngx sign in" %}
{% csrf_token %}

{% translate "Please sign in." %}

{% if form.errors %} {% elif request.GET.sharelink_notfound %} {% elif request.GET.sharelink_expired %} {% endif %} {% if not DISABLE_NORMAL_AUTH %} {% translate "Username" as i18n_username %} {% translate "Password" as i18n_password %}
{% if EMAIL_ENABLED %}
{% translate "Forgot your password?" %}
{% endif %} {% endif %} {% if OIDC_ENABLE %} {{ OIDC_NAME }} {% endif %}