. include_once("../inc/db.inc"); include_once("../inc/util.inc"); include_once("../inc/team.inc"); page_head("Teams"); echo "

".PROJECT." participants may form teams.

You may belong to only one team. You can join or quit a team at any time.

Each team has a founder, who may

To join a team, visit its team page and click Join this team.

Find a team

"; team_search_form(null); echo "

Top teams

Create a new team

If you can't find a team that's right for you, you can create a team. "; page_tail(); ?>