{% extends base_layout %} {% block header_title %} {% trans %}Change your email{% endtrans %} {% endblock %} {% block content %}

{{ current_email }}

{{ macros.field(form.new_email, label=_("New Email"), placeholder=_("Enter a new email address"), class="input-xlarge focused required email", type="email") }} {{ macros.field(form.password, label=_("Current Password"), placeholder=_("Enter your")+" "+_("Password"), class="input-xlarge focused required", type="password") }}
{% endblock %} {% block mediaJS %} {% endblock %}