{% extends "paperless-ngx/base.html" %} {% load i18n %} {% block head_title %} {% trans "Paperless-ngx sign in" %} {% endblock head_title %} {% block form_top_content %}

{% translate "Please sign in." %} {% if ACCOUNT_ALLOW_SIGNUPS %}
{% blocktrans %}Don't have an account yet? Sign up{% endblocktrans %} {% endif %}

{% endblock form_top_content %} {% block form_content %} {% if FIRST_INSTALL %} {% endif %} {% if not DISABLE_REGULAR_LOGIN %} {% translate "Username" as i18n_username %} {% translate "Password" as i18n_password %}
{% if EMAIL_ENABLED %}
{% translate "Forgot your password?" %}
{% endif %} {% endif %} {% endblock form_content %} {% block after_form_content %} {% load allauth socialaccount %} {% get_providers as socialaccount_providers %} {% if socialaccount_providers %} {% if not DISABLE_REGULAR_LOGIN %}

{% translate "or sign in via" %}

{% endif %} {% endif %} {% endblock after_form_content %}