{% extends "talos/_base.html" %} {% block head_title %}{{ translations.process }}{% endblock %} {% block form_media %}{{ form.media }}{% endblock %} {% block body_content %}

{{ translations.step_summary }}

{% include "talos/widgets/form_prefix.html" %} {% include "talos/widgets/input_email.html" with field=form.new_email only %} {% include "talos/widgets/button_submit.html" with translations=translations only %} {% include "talos/widgets/form_suffix.html" %} {% endblock %} {% block body_script %} {% endblock %}