- content_for(:title, t('views.users.passwords.reset_link_sent.title')) - content_for :footer do = render partial: 'root/footer' .fr-container.fr-my-4w .fr-grid-row.fr-grid-row--center .fr-col-12.fr-col-md-9.fr-col-lg-7 %h1.fr-h2 = t('views.users.passwords.reset_link_sent.email_sent_html', email: @email, application_name: Current.application_name) = render Dsfr::AlertComponent.new(title: t('views.users.passwords.reset_link_sent.no_mail'), state: '', extra_class_names: 'fr-alert--info' ) do |c| - c.with_body do %ol %li = t('views.users.shared.email_can_take_a_while_html') %li = t('views.users.passwords.reset_link_sent.check_spams') %li = t('views.users.passwords.reset_link_sent.check_account_html', email: @email, application_name: Current.application_name) - if FranceConnectService.enabled? %li = t('views.users.passwords.reset_link_sent.check_france_connect_html', href: france_connect_particulier_path) %li = t('views.users.passwords.reset_link_sent.check_gpdr') %p = t('views.users.shared.contact_us_if_any_trouble_html', href: contact_url)