{% extends "base.html" %} {% block title %}{{ _('Set New Password') }}{% endblock %} {% block content %}

{{ _('Set New Password for %(username)s', username=user.username) }}

{% endblock %}