<%= t('.login') %>
<%= form_tag login_path do %>

<%= label_tag :email, t('.email') %> <%= text_field_tag :email, "", :size => 30, :autofocus => "autofocus" %>
<%= label_tag :password, t('.password') %> <%= password_field_tag :password, "", :size => 30 %>

<%= submit_tag t('.login') %>

<%= t('.forgotdeleted') %><%= link_to t('.resetpassword'), forgot_password_path %>.

<%= raw(t('.notuseryet', :acurrentuser => "#{t('.acurrentuser')}")) %> <% if Rails.application.allow_invitation_requests? %> <%= t('.request') %>. <% else %> <%= raw(t('.requestinchat')) %> <% end %>

<% if @referer.present? %> <%= hidden_field_tag :referer, @referer %> <% end %> <% end %>