{% 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 %}{% translate "or sign in via" %}
{% endif %}