<% if flash[:alert] %>
<%= flash[:alert] %>
<% end %> <% @body_id = 'login' %>
<%= t(:login_as_existing) %>
<%= render :partial => 'spree/shared/login' %> <%= t(:or) %> <%= link_to t(:create_a_new_account), spree.signup_path %> | <%= link_to t(:forgot_password), spree.new_user_password_path %>