{% comment %} {% extends "admin/base_site.html" %} {% load i18n %} {% block breadcrumbs %} {% endblock %} {% block content %}

{% translate 'We’ve emailed you instructions for setting your password, if an account exists with the email you entered. You should receive them shortly.' %}

{% translate 'If you don’t receive an email, please make sure you’ve entered the address you registered with, and check your spam folder.' %}

{% endblock %} {% endcomment %} {% 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 'We’ve emailed you instructions for setting your password, if an account exists with the email you entered. You should receive them shortly.' %}

{% translate 'If you don’t receive an email, please make sure you’ve entered the address you registered with, and check your spam folder.' %}

{%translate 'Log in'%}
{% if jazzmin_settings.custom_js %} {% endif %}