{% extends "admin/base_site.html" %} {% load i18n static allauth account socialaccount %} {% block extrastyle %}{{ block.super }} {% endblock %} {% block bodyclass %}{{ block.super }} login{% endblock %} {% block branding %}

ArchiveBox

{% endblock %}
{% block usertools %}{% endblock %} {% block nav-global %}{% endblock %} {% block content_title %}
Log in to your archive.



{% endblock %} {% block breadcrumbs %}{% endblock %} {% block content %}
{% if form.errors %}

{% trans "Please correct the error below." %}

{% endif %} {{ form.non_field_errors }}
{% csrf_token %} {% for field in form %}
{{ field.errors }} {{ field.label_tag }}{{ field }}
{% endfor %} {% if redirect_field_value %} {% endif %}
{% get_providers as socialaccount_providers %} {% if socialaccount_providers %}
{% trans "Or sign in with:" %}

{% include "socialaccount/snippets/provider_list.html" with process="login" %} {% endif %} {% if ACCOUNT_ALLOW_REGISTRATION %}
{% trans "Create an account" %}  |  {% trans "Forgot your password?" %}
{% endif %}
{% endblock %}