<% if can_read_team?(team) %>
<%= route_to_other_team projects_path(team: team.id),
team,
team.name %>
<% else %>
<%= team.name %>
<% end %>