{% extends theme('base.html') %} {% import theme('macros/forms.html') as forms with context %} {% block content %}

{{ _('Change Password') }}

{{ _("You want to change your password? Enter your current password and new password below.") }}

{{ _("Fields preceded by a star (*) are required.")}}

{{ forms.render_fields(change_password_form, submit=_('Change Password')) }}
{% endblock %}