This repository has been archived on 2025-06-10. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
server/onyx/tpl/bootstrap/teams/list.tpl
2013-11-08 15:47:55 +01:00

9 lines
242 B
Smarty

{extends file="layout.tpl"}
{block name=body}
<h3>Choisissez la team que vous voulez représenter :</h3>
{foreach from=$teams item=i}
<ul>
<li><a href="/{$SALT_USER}/{$i->id}/">{$i->team_name}</a></li>
</ul>
{/foreach}
{/block}