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