% content_for :heading do %>
<%= t '.heading' %>
<% end %>
<%= t '.help_text' %>
<%= form_tag :action => 'lost_password' do %>
<%= text_field('user', 'email', { :tabindex => 1} ) %>
<%= submit_tag t('.new password button'), :tabindex => 2 %>
<% end %>