{% extends "admin/base_site.html" %} {% load i18n %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}
{% blocktrans with username=username %}A new temporary password has been created for {{ username }}.{% endblocktrans %}

{% trans 'Keep this password secure.' %} {% trans 'Use it immediately to sign in or update your password before it expires.' %}

{% trans 'Store the password somewhere safe. If it is lost, generate a new one instead of reusing this code.' %}

{% trans 'Temporary password details' %}

{% if allow_change %}

{% trans 'You can use this temporary password as the old password when changing it.' %}

{% endif %}
{{ username }}
{{ password }}
{{ expires_at|date:"DATETIME_FORMAT" }}
{% endblock %}