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