{extends file="admin/layout.tpl"} {block name=content} {if $teams} {foreach from=$teams item=t} {/foreach} {/if}
id Nom Slogan Membres Points Place Révoqué
{$t->id}
{if not $t->revoked && is_file("{$MISC_DIR}/PKI/pkcs/{$t->team_name}.p12")} {else} {/if}
{$t->team_name} {$t->slogan}
    {foreach from=$t->get_members() item=m}
  • {$m->lastname} {$m->nickname} {$m->firstname}
  • {/foreach}
{$t->get_pts()} {$t->get_rank()} {if $t->revoked}Oui{else}Non{/if}
Importer {if $teams} Exporter Vider {/if}
{/block}