<% provide(:head_title, t("projects.index.head_title")) %> <% if current_team %> <%= render partial: "shared/sidebar" %> <%= render partial: "shared/secondary_navigation" %>
<% if can_create_projects?(current_team) %> <% end %>
<% if @teams.exists? && can_create_projects?(current_team) %> <% end %>
<%= render partial: "projects/index/team_projects", locals: { projects: @projects_tree } %>
<% end %> <%= javascript_include_tag "projects/index", "data-turbolinks-track" => true %>