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

{{ title }}

{% blocktrans with username=username %}A new temporary password has been created for {{ username }}.{% endblocktrans %}

{% trans 'Temporary password details' %}

{% trans 'Copy the password below and store it securely. It expires at the time shown.' %}

{% if allow_change %}

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

{% endif %}
{{ username }}
{{ password }}
{{ expires_at|date:"DATETIME_FORMAT" }}
{% trans 'Return to password change' %}
{% endblock %}