{extends file="teams/layout.tpl"} {block name=content}

{$cur_theme->get_name()}

{foreach from=$cur_theme->get_exercices_ordered() item=exercice} {if $exercice->has_solved($my_team)} {$exercice->get_name()} {elseif $exercice->is_unlocked($my_team)} {$exercice->get_name()} {else} {$exercice->get_name()} {/if} {/foreach}

{block name=exercices}{/block} {/block}