{if empty($teams) || (empty($teams.teams) && empty($teams.individualsNoTeam))} Sorry, there are no teams yet {else}

List Of Registrants

Available spots are shown as links. Click the link for the spot you wish to register for and then you will be prompted to confirm your registration with payment. (Payment is the only way to confirm your registration.)

Questions? Please call the MNCAR office at 952-908-1780.
{if !empty($teams.teams) && is_array($teams.teams)} {foreach from=$teams.teams item=team name="team"} {if 1 == ($smarty.foreach.team.iteration % 3)} {/if} {if 0 == ($smarty.foreach.team.iteration % 3)} {/if} {/foreach} {if 0 != ($smarty.foreach.team.iteration % 3)} {/if}

Registered Teams

{if $team.group_limit > 0} {/if} {if isset($team.members)} {foreach from=$team.members item=member} {/foreach} {/if} {if 0 == $team.group_limit || $team.remain > 0} {/if}
{$smarty.foreach.team.iteration}. {$team.teamname|htmlspecialchars}
{if $team.remain > 0} ({$team.remain} of {$team.group_limit} spots available) {else} (no spots available) {/if}
{$member.name|htmlspecialchars}
Register here
{/if} {if !empty($teams.individualsNoTeam)}
{include file="Event/individualsNoTeam.tpl" individualsNoTeam=$teams.individualsNoTeam} {/if} {/if}