json.teams do
json.collection teams do |team|
json.id team.id
json.name team.name
json.current_team team == current_user.current_team
end