equipment/categories/list_equipment.html

18 lines
455 B
HTML
Raw Normal View History

2023-12-04 10:56:36 +01:00
{{#restrict section="accounting" level="read" block=true}}{{/restrict}}
2023-10-20 14:10:56 +02:00
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"}}
{{* barre de navigation *}}
{{if ! $dialog}}
{{:include file="../_nav.html" current="entrees"}}
2023-10-20 14:10:56 +02:00
{{/if}}
{{: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}}