16 lines
382 B
HTML
16 lines
382 B
HTML
{{#load key=$_GET.key}}
|
|
{{:assign cat_name=$name}}
|
|
{{/load}}
|
|
|
|
{{:admin_header title="Matériels de la catégorie « %s »"|args:$cat_name current="module_equipment"}}
|
|
|
|
{{* barre de navigation *}}
|
|
{{if ! $dialog}}
|
|
{{:include file="../_nav.html" current="entrees"}}
|
|
{{/if}}
|
|
|
|
{{:assign var="category_keys." value=$_GET.key}}
|
|
{{:include file="../inventaire.html"}}
|
|
|
|
{{:admin_footer}}
|