<div class="container">
<h1><%= translate '.forgot_your_password' %></h1>
<%= simple_form_for resource, as: resource_name, url: password_path(resource_name) do |f| %>
<%= f.error_notification %>
<%= f.input :email,
required: true,
autofocus: true,
input_html: { autocomplete: 'email' } %>
<%= f.button :submit, translate('.send_me_reset_password_instructions') %>
<% end %>
<%= render 'users/shared/links' %>
</div>