<% if Redmine::VERSION::MAJOR > 3 || (Redmine::VERSION::MAJOR == 3 && Redmine::VERSION::MINOR >= 4) %>
<%= form_tag({}, :method => :get) do %> <% end %>
<% end %>

<%= l(:label_project_plural) %>

<%= render_project_hierarchy(@projects)%>
<% if User.current.logged? %>

<%= l(:label_my_projects) %>

<% end %> <% unless Redmine::VERSION::MAJOR > 3 || (Redmine::VERSION::MAJOR == 3 && Redmine::VERSION::MINOR >= 4) %> <% content_for(:sidebar) do %> <%= form_tag({}, :method => :get) do %>

<%= l(:label_project_plural) %>

<%= submit_tag(l(:button_apply), :class => 'button-small', :name => nil) %>

<% end %> <% end %> <% end %> <% html_title(@section) %>