equipment/categories/list_equipment.html

22 lines
573 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-10-20 14:10:56 +02:00
{{:assign cat_name=$name}}
{{/load}}
{{:admin_header title="Matériels de la catégorie « %s »"|args:$cat_name current="module_equipment"}}
{{if $_GET.dialog === null}}
{{* barre de navigation *}}
2023-12-05 10:07:01 +01:00
{{:include file="../_nav.html" current="categories"}}
2023-10-20 14:10:56 +02:00
{{else}}
<header class="header">
<h1>Matériels de la catégorie « {{$cat_name}} »</h1>
</header>
{{/if}}
{{:assign var="categories." 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}}