{% extends "base.html" %} {% block title %}{{ _("Password changed") }}{% end block %} {% block body %}
{{ _("Your password has successfully been changed.") }}
{% else %}{{ _("The password of %s has successfully been changed.") % user.realname }}
{% end %}