{extends file="public/layout.tpl"} {block name=main}
{for $i=1 to $nbExoMax} {/for} {$total=0} {foreach from=$themes item=theme} {$themeID=$theme->get_id()} {foreach from=$theme->get_exercices_ordered() item=exo} {$teamName=""} {for $i=0 to $nbExoMax} {$teamName=Team::first_to_solve_exercice($exo->get_id())} {/for} {if $teamName != ""} {else} {/if} {/foreach} {/foreach}
Exercice {$i}
{$theme->get_name()}{$teamName}
{/block}