<% 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 %>
<% @projects_by_teams.each do |team, projects| %> <%= render partial: "projects/index/team_projects", locals: {team: team, projects: projects} %> <% end %>
<% end %> <%= javascript_include_tag "projects/index", "data-turbolinks-track" => true %>