. include_once("../inc/db.inc"); include_once("../inc/util.inc"); include_once("../inc/team.inc"); if (DISABLE_TEAMS) error_page("Teams are disabled"); check_get_args(array()); page_head(tra("Teams")); echo "
".tra("%1 participants may form %2teams%3.", PROJECT, "", "") ."
". tra("You may belong to only one team. You can join or quit a team at any time."). "
" . tra("Each team has a %1founder%2 who may:", "", "") . "
" . tra("To join a team, visit its team page and click %1Join this team%2.", "", "") . "