>
<%= ui_icon('ui-icon-alert') %>
<%= _('Please type your username in the format yourname@example.com') %>
<%= labelled_form_field(_("Username") + ":", text_field_tag(:login, @login)) %>
<%= labelled_form_field(_("Password") + ":", password_field_tag(:password)) %>
<% button_bar do %>
<%= submit_button(:forward, _("Next")) %>
<% end %>
<%= _("We won't store your password or contact anyone without your permission.") %>
<% end %>