equipment/index.html
Jean-Christophe Engel 3a9424de78 Correction indentation
2023-12-06 09:59:11 +01:00

22 lines
609 B
HTML

{{:admin_header title="Gestion des matériels" custom_css=$custom_css current="module_equipment"}}
{{* barre de navigation *}}
{{:include file="_nav.html" current="index"}}
{{if $_GET.ok}}
<p class="block confirm">Modification effectuée</p>
{{elseif $_GET.err}}
<p class="block error">Modification refusée</p>
{{/if}}
{{#load type="category"}}
{{:assign var="categories." value=$key}}
{{/load}}
{{if $categories|count == 0}}
<p class="block alert">Il n'y a aucune catégorie : vous devez en ajouter.</p>
{{else}}
{{:include file="./inventaire.html" print_cat_name=true}}
{{/if}}
{{:admin_footer}}