diff --git a/_nav.html b/_nav.html
index 797b0e3..895d4a1 100644
--- a/_nav.html
+++ b/_nav.html
@@ -7,14 +7,20 @@
+
{{if $current == 'index'}}
+ {{if $subcurrent == 'mouvements'}}
+
+ {{/if}}
{{elseif $current == 'config'}}
- Catégories
diff --git a/historique.html b/historique.html
index aad3b6d..82011d2 100644
--- a/historique.html
+++ b/historique.html
@@ -40,7 +40,7 @@
{{* barre de navigation *}}
{{if ! $dialog}}
- {{:include file="./_nav.html" current="mouvements"}}
+ {{:include file="./_nav.html" current="index" subcurrent="mouvements" eqpmt=$equipment.designation category=$category.name}}
{{/if}}
{{* récupérer la config des entrées/sorties *}}
@@ -76,8 +76,11 @@
{{/foreach}}
{{* lister tous les mouvements du matériel passé en paramètre *}}
-Mouvements de {{$equipment.designation}} ({{$category.name}})
-Matériel qui {{if $_GET.prop}}appartient{{else}}n'appartient pas{{/if}} à l'association
+{{if $_GET.prop}}
+ Matériel propriété de l'association
+{{else}}
+ Matériel temporairement dans l'association
+{{/if}}
{{#list
type="movement"