diff --git a/amortization.html b/amortization.html
index 3b3f0c9..b825074 100644
--- a/amortization.html
+++ b/amortization.html
@@ -139,12 +139,10 @@
Montant à amortir
{{"%f"|math:$solde|money_currency_html:false|raw}}
{{/if}}
- {{if $valeur_residuelle > 0}}
- Montant des amortissements
- {{$total_amort|money_currency_html:false|raw}}
- Valeur nette résiduelle
- {{$valeur_residuelle|money_currency_html:false|raw}}
- {{/if}}
+ Montant des amortissements
+ {{$total_amort|money_currency_html:false|raw}}
+ Valeur nette résiduelle
+ {{$valeur_residuelle|money_currency_html:false|raw}}
{{if $info_immo.duration != null && $valeur_residuelle > 0}}
{{:assign annuite="%f/%d"|math:$solde:$info_immo.duration}}
Annuité estimée
@@ -157,12 +155,12 @@
-{{if $valeur_residuelle > 0 || $linked_immos != null}}
+{{if ! $created_amort || $linked_immos != null}}
Avoirs
+{{/if}}
+{{if ! $created_amort}}
{{/if}}