{% include 'account/components/headers.html' with header="Reset password" subheader="Enter your email to reset your password." %}
{% include 'account/components/email.html' with form=form label="Email" %}
{% 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="Reset password" form=form %}