{% from "security/_macros.html" import render_field_with_errors, render_field %} {% include "security/_messages.html" %}

Edit Account

{{ edit_user_form.hidden_tag() }} {{ render_field_with_errors(edit_user_form.email) }} {{ render_field_with_errors(edit_user_form.password) }} {{ render_field_with_errors(edit_user_form.password_confirm) }} {{ render_field_with_errors(edit_user_form.current_password) }} {{ render_field(edit_user_form.submit) }}