<%= form_tag(:controller => 'bids', :action => 'contest', :method => :get) do %>
<%=l(:label_contest_innovate_community)%> <%= l(:label_user_location) %> : <% if User.current.logged? %> <% unless User.current.user_extensions.identity == 1 %> <%= link_to(l(:label_newtype_contest), {:controller => 'bids', :action => 'new_contest'}, :class => 'icon icon-add') %> <% end %> <% end %>
<%=link_to l(:field_homepage), home_path %> > <%= l(:label_contest_innovate) %>
<% end %>
<% if @bids.size > 0%> <%= sort_contest(@s_state)%>
<%= render :partial => 'contest_show', :locals => {:bids => @bids, :bid_pages => @bid_pages} %>
<% else %> <%= render :partial => "layouts/no_content"%> <% end %> <% html_title l(:label_contest_list)%>