{% include 'account/components/headers.html' with header="Change password" subheader="Change your password below or login " url_path="account_login" url_text="here." %}
{% include 'account/components/password_old.html' with form=form label="Current password" %}
{% include 'account/components/password1.html' with form=form label="New password" %}
{% include 'account/components/password2.html' with form=form label="Repeat password" %}
{% include 'account/components/redirect_field.html' with redirect_field_name=redirect_field_name redirect_field_value=redirect_field_value %}
{% include 'account/components/submit_button.html' with action="Change password" form=form %}