{{* -*- brindille -*- *}} {{:admin_header title="Matériels archivés" custom_css=$custom_css current="module_equipment"}} {{:include file="_nav.html" current="archives"}} {{if $_GET.ok}}
Matériel remis en service
{{/if}} {{* Sélecteur catégories *}} {{:assign var="options." value="" label="Toutes les catégories" href="?prop=1"}} {{#load type="category" order="$$.name"}} {{:assign var="options." value=$key label=$name href="?cat_key=%s"|args:$key }} {{/load}} {{* filtrer selon la catégorie *}} {{if $_GET.cat_key == null}} {{:assign condition="1"}} {{else}} {{:assign cat_key=$_GET.cat_key|quote_sql}} {{:assign condition="$$.category == %s"|args:$cat_key}} {{/if}} {{* Liste des matériels archivés *}} {{#list select=" $$.name AS "Matériel" ; (SELECT $$.name FROM @TABLE as cat WHERE cat.key = @TABLE.$$.category) AS "Catégorie" " type="equipment" where="$$.status='archived' AND %s"|args:$condition order=1 }}Aucun matériel.
{{/list}}