name;
$team_id = $team->id;
page_head("Join $team_name");
echo "
Join $team_name
Please note before joining or switching to a team:
- Your credit will be transferred from your old team (if any)
to the new team.
- Joining a team does not affect your account's credit.
- Joining a team gives its founder access to your email address.
";
page_tail();
?>