{% extends "base.html" %} {% load i18n %} {% block title %} {% translate "Reset another user's password" %} {% endblock %} {% block content %}
{% blocktranslate with name=userprofile.get_full_name %} Are you sure that you want to reset the password of the user "{{ name }}"? {% endblocktranslate %}
{% endblock %}