{{:admin_header title="Historique des saisies" current="module_saisie_poids"}} {{:include file="_nav.html" current="history"}} {{#list select="$$.date AS 'Date'; $$.type AS 'Mouvement'; $$.category AS 'Catégorie'; $$.weight AS 'Poids unitaire'; $$.qty AS 'Qté'; $$.total_weight AS 'Poids total'; $$.object AS 'Type d''objet'" order=1 where="$$.type IN ('exit', 'entry')" desc=true}} {{$date|date_short:true}} {{if $type === 'entry'}}Entrée{{else}}Sortie{{/if}} {{$category}} {{$weight|weight:false:true}} {{$qty}} {{$total_weight|weight:true:true}} {{$object}} {{:linkbutton shape="delete" href="delete.html?id=%d"|args:$id label="Supprimer" target="_dialog"}} {{else}}

Aucun élément dans l'historique.

{{/list}} {{:admin_footer}}