2023-10-27 08:54:05 +02:00
|
|
|
{{#load key=$_GET.key}}
|
2023-12-06 09:59:11 +01:00
|
|
|
{{:assign cat_name=$name}}
|
2023-10-20 14:10:56 +02:00
|
|
|
{{/load}}
|
|
|
|
|
|
|
|
{{:admin_header title="Matériels de la catégorie « %s »"|args:$cat_name current="module_equipment"}}
|
|
|
|
|
2023-12-07 17:33:49 +01:00
|
|
|
{{* barre de navigation *}}
|
|
|
|
{{if ! $dialog}}
|
|
|
|
{{:include file="../_nav.html" current="entrees"}}
|
2023-10-20 14:10:56 +02:00
|
|
|
{{/if}}
|
|
|
|
|
2023-12-07 17:33:49 +01:00
|
|
|
{{:assign var="category_keys." value=$_GET.key}}
|
2023-12-05 10:07:01 +01:00
|
|
|
{{:include file="../inventaire.html"}}
|
2023-10-20 14:10:56 +02:00
|
|
|
|
|
|
|
{{:admin_footer}}
|