{% extends "base.html" %} {% load i18n %} {% block title %} {% translate "Reset password" %} {% endblock %} {% block content %}
{% blocktranslate trimmed with name=userprofile.get_full_name %} Are you sure that you want to send a password reset email to "{{ name }}"? {% endblocktranslate %}
{% endblock %}