{extends file="layout-nav.tpl"} {block name=head} {/block} {block name=content}
{if $solved < 1}

Exercice {$Exercice->number} - {$solved} équipe a résolu cet exercice

{else}

Exercice {$Exercice->number} - {$solved} équipes ont résolu cet exercice

{/if}
    {foreach from=$top10 item=team key=pos}
  1. {$team->get_name()} ({$team->get_pts()})
  2. {/foreach}
{$my_team->get_rank(10)}/{Team::get_nbTeams()}
{foreach from=$themes item=theme key=k} {$theme->get_name()}
{$my_team->get_nbResExercisesByTheme($theme->get_id())}/{$theme->get_nbExercices()}
{/foreach}
{/block}