%- if options[:metatags] %>
<%%= title("Resend unlock instructions") %>
<% else -%>
Resend unlock instructions
<%- end %>
<%%= form_for(resource, as: resource_name, url: unlock_path(resource_name), html: { method: :post }) do |f| %>
<%%= render "devise/shared/error_messages", resource: resource %>
<%%= f.label :email %>
<%%= f.email_field :email, autofocus: true, autocomplete: "email" %>
<%%= f.submit "Resend unlock instructions", class: 'btn btn-primary btn-block btn-lg' %>
<%% end %>
<%%= render "devise/shared/links" %>