diff --git a/_immobilisations_autres.html b/_immobilisations_autres.html
index 2d81e86..a24f4b7 100644
--- a/_immobilisations_autres.html
+++ b/_immobilisations_autres.html
@@ -4,6 +4,7 @@
Autres immobilisations
+ {{:assign nb_immo=0}}
@@ -96,6 +97,7 @@
{{if $ignore}}
{{:continue}}
{{/if}}
+ {{:assign nb_immo="%d+1"|math:$nb_immo}}
| #{{$trans_id}} |
@@ -130,4 +132,7 @@
{{/select}}
+ {{if $nb_immo == 0}}
+ Aucune immobilisation
+ {{/if}}