From 0511f22c4481c4a29fbaa5a599f78b298c4cbf63 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Engel Date: Wed, 2 Sep 2026 11:03:11 +0200 Subject: [PATCH] =?UTF-8?q?Am=C3=A9lioration=20affichage=20liste=20avoirs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- amortization.html | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) 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}}