mirror of
https://git.roflcopter.fr/lesanges/equipment.git
synced 2025-05-23 15:31:50 +02:00
17 lines
409 B
HTML
17 lines
409 B
HTML
{{* -*- brindille -*- *}}
|
|
|
|
{{#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}}
|