{% extends "../../messages/base.html" %} {% block content %}
{{ _("Hello %s!") % account.first_name }}
{{ _("You, or somebody else on your behalf, has requested to change your password.") }} {{ _("If this was not you, please notify a team member.") }}
|