<%= form_tag(calls_path, :method => :get) do %>
<%= l(:label_requirement_enterprise ) %> <%= l(:label_user_location) %> : <% if User.current.logged? %> <%= link_to(l(:label_new_call), {:controller => 'bids', :action => 'new_bid'}, :class => 'icon icon-add') %> <% end %>
<%= link_to request.host()+"/calls", :controller => 'bids', :action => 'index' %> <%=link_to l(:field_homepage), home_path %> > <%=link_to l(:label_requirement_enterprise), :controller => 'bids', :action => 'index' %>
<% end %>
<% if @bids.size > 0 %>
<%= sort_bid(@s_state, @project_type)%> <%= render :partial => 'bid_show', :locals => {:bids => @bids, :bid_pages => @bid_pages} %>
<% else %> <%= render :partial => "layouts/no_content"%> <% end %> <% html_title l(:label_requirement_enterprise_list)%>