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

{% trans 'Temporary password' %}

{% trans 'Selected user(s)' %}:

{% blocktrans %}If you continue a temporary password will be set for these users. They will be required to change their password on first usage. {% endblocktrans %}

{% csrf_token %} {% trans 'Cancel' %}
{% endblock %}