{{* -*- brindille -*- *}} {{:admin_header title="Gestion des matériels" custom_css=$custom_css current="module_equipment"}} {{* barre de navigation *}} {{if $_GET.prop == null || $_GET.prop}} {{:assign proprio="proprio"}} {{else}} {{:assign proprio="nonproprio"}} {{/if}} {{:include file="_nav.html" current="inventaire" subcurrent="%s"|args:$proprio}} {{if $_GET.ok}} {{if $_GET.msg == "ajout" }}
Ajout effectué
{{elseif $_GET.msg == "modification" }}Modification effectuée
{{else}}{{$_GET.msg}}
{{/if}} {{elseif $_GET.err}}Modification refusée
{{/if}} {{#load type="category"}} {{:assign var="category_keys." value=$key}} {{/load}} {{if $category_keys|count == 0}}Il n'y a aucune catégorie : vous devez en ajouter.
{{else}} {{if $_GET.prop == null || $_GET.prop}} {{:include file="./inventaire.html"}} {{else}} {{:include file="./inventaire_nonprop.html"}} {{/if}} {{/if}} {{:admin_footer}}