{% load i18n static panel admin_urls %} {% get_current_language as LANGUAGE_CODE %} {% get_current_language_bidi as LANGUAGE_BIDI %} {% get_jazzmin_settings request as jazzmin_settings %} {% get_jazzmin_ui_tweaks as jazzmin_ui %} {% get_current_language as LANGUAGE_CODE %}{% get_current_language_bidi as LANGUAGE_BIDI %} {% block title %}{{ title }} | {% trans 'Log in again' %}{% endblock %} {% if jazzmin_ui.theme.name != 'default' %} {% endif %} {% if jazzmin_ui.dark_mode_theme %} {% endif %} {% if jazzmin_settings.custom_css %} {% endif %} {% block extrastyle %} {% endblock %} {% block extrahead %} {% endblock %}

{% translate 'Forgotten your password? Enter your email address below, and we’ll email instructions for setting a new one.' %}

{{ form.email.errors }}
{% csrf_token %}
{% if jazzmin_settings.custom_js %} {% endif %}