{% extends 'admin/base_site.html' %} {% load i18n admin_urls %} {% block content %}

{% trans 'Temporary password' %}

{% blocktrans %}The temporary password(s) have been set. Now securely inform the user(s) about their new password.{% endblocktrans %}

{% blocktrans %}The user(s) will be required to change their password on first usage.{% endblocktrans %}

{% endblock %}