<% if team %> <%= route_to_other_team projects_path(team: team.id), team, team.name&.truncate(Constants::NAME_TRUNCATION_LENGTH), title: team.name %> <% else %> <%= breadcrumbs['team']&.truncate(Constants::NAME_TRUNCATION_LENGTH) %> <% end %>