{% extends "admin/base_site.html" %} {% load i18n static %} {% block content %}
{% blocktrans trimmed with username=user.username %} The following link can be used to reset the password of user {{ username }}: {% endblocktrans %}
{% blocktrans trimmed with username=user.username %} This link can be sent directly to the user (e.g. by email). It's only usable once, and it expires in {{ timeout_days }} days. {% endblocktrans %} {% endblock %}