- content_for(:title, t('views.users.passwords.reset_link_sent.title'))

- content_for :footer do
  = render partial: 'root/footer'

#link-sent.container
  = image_tag('user/confirmation-email.svg')
  %h1
    = t('views.users.passwords.reset_link_sent.got_it')
    %br
    = t('views.users.passwords.reset_link_sent.open_your_mailbox')

  %section.link-sent-info
    %p
      = t('views.users.passwords.reset_link_sent.email_sent_html', email: @email)
    %p
      = t('views.users.passwords.reset_link_sent.click_link_to_reset_password')
    %p
      = t('views.users.shared.email_can_take_a_while_html')

  %section.link-sent-help
    %h2.link-sent-help-title= t('views.users.passwords.reset_link_sent.no_mail')
    %ol.link-sent-help-list
      %li
        = t('views.users.passwords.reset_link_sent.check_spams')
      %li
        = t('views.users.passwords.reset_link_sent.check_account', email: @email, application_name: APPLICATION_NAME)
      - if FranceConnectService.enabled?
        %li
          = t('views.users.passwords.reset_link_sent.check_france_connect_html', href: france_connect_particulier_path)
    %p
      = t('views.users.shared.contact_us_if_any_trouble_html', href: contact_url)