{if $team.image !== null} {/if}

{$team.name}

Город: {$team.city}
{if count($tournaments)>0}

Участия в турнирах:

{foreach $tournaments as $t} {/foreach}
Турнир Кол.во игр г с игры пен угл св В свои ворота
{$t.tournament|link:"tournament"} {$t.games} {$t.goals} {$t.goal_form_1} {$t.goal_form_2} {$t.goal_form_3} {$t.goal_form_4} {$t.goal_form_5}
{/if} {if count($players)>0}

Состав игроков команды:

{foreach $players as $player} {/foreach}
ИгрокУчастие в играх
{$player.player|link:"player"} {$player.games} {$player.games|plural:"игра,игры,игр"}
{/if}