{% include 'account/components/headers.html' with header="Set password" subheader="Set your password below." %}
{% include 'account/components/password1.html' with form=form label="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="Set password" form=form %}