{include file="admin/_head.tpl" title="%s"|args:$plugin.nom current="plugin_%s"|args:$plugin.id} {include file="%s_nav.tpl"|args:$plugin_tpl current="categories"}
Ajouter une catégorie {form_errors}
{input type="text" name="name" label="Nom" required=true}

{csrf_field key=$csrf_key} {button type="submit" name="save" label="Ajouter" shape="right" class="main"}

{foreach from=$list item="cat"} {/foreach}
Nom
{$cat.name} {linkbutton shape="delete" label="Supprimer" href="supprimer_categorie.php?id=%d"|args:$cat.id}
{include file="admin/_foot.tpl"}