{% load i18n static %} {{ title }} | {{ site_title|default:_('Django site admin') }} {% include "adminlte/partials/_assets_prebuilt.html" %}
{% if form.errors and not form.non_field_errors %} {% endif %} {% if form.non_field_errors %} {% endif %} {% if user.is_authenticated %} {% endif %}
{% csrf_token %}
{% url 'admin_password_reset' as password_reset_url %} {% if password_reset_url %}

{% trans 'Forgotten your password or username?' %}

{% endif %}