%= alert_box("", "account-notification hide", true) %> <% add_decidim_page_title(t("profile", scope: "layouts.decidim.user_menu")) %> <% content_for(:subtitle) { t("profile", scope: "layouts.decidim.user_menu") } %>
<%= t("decidim.account.email_change.title") %>
<%= t("decidim.account.email_change.body1", unconfirmed_email: current_user.unconfirmed_email) %>
<%== t( "decidim.account.email_change.body2", resend_link: link_to(t("decidim.account.email_change.send_again"), resend_confirmation_instructions_account_path, role: :button, method: :post, remote: true), cancel_link: link_to(t("decidim.account.email_change.cancel"), cancel_email_change_account_path, role: :button, method: :post, remote: true)) %>
<%= t(".available_locales_helper") %>
<% if @account.errors[:password].any? || @account.errors[:password_confirmation].any? %> <%= render partial: "password_fields", locals: { form: f } %> <% else %> <% if current_organization.sign_in_enabled? %>