22 lines
573 B
HTML
22 lines
573 B
HTML
{{#restrict section="accounting" level="read" block=true}}{{/restrict}}
|
|
|
|
{{#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"}}
|
|
|
|
{{if $_GET.dialog === null}}
|
|
{{* barre de navigation *}}
|
|
{{:include file="../_nav.html" current="categories"}}
|
|
{{else}}
|
|
<header class="header">
|
|
<h1>Matériels de la catégorie « {{$cat_name}} »</h1>
|
|
</header>
|
|
{{/if}}
|
|
|
|
{{:assign var="categories." value=$_GET.key}}
|
|
{{:include file="../inventaire.html"}}
|
|
|
|
{{:admin_footer}}
|