{% extends "paperless-ngx/base.html" %} {% load i18n allauth %} {% block head_title %} {% trans "Paperless-ngx sign up" %} {% endblock head_title %} {% block form_top_content %} {% if not FIRST_INSTALL %}

{% blocktrans %}Already have an account? Sign in{% endblocktrans %}

{% endif %} {% endblock form_top_content %} {% block form_content %} {% if FIRST_INSTALL %}

{% blocktrans %}Note: This is the first user account for this installation and will be granted superuser privileges.{% endblocktrans %}

{% endif %} {% translate "Username" as i18n_username %} {% translate "Email (optional)" as i18n_email %} {% translate "Password" as i18n_password1 %} {% translate "Password (again)" as i18n_password2 %}
{% if redirect_field_value %} {% endif %} {% endblock form_content %} {% block after_form_content %} {% if not FIRST_INSTALL %} {% load allauth socialaccount %} {% get_providers as socialaccount_providers %} {% if socialaccount_providers %} {% if not DISABLE_REGULAR_LOGIN %}

{% translate "or sign in via" %}

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