diff --git a/amortization.html b/amortization.html index 0ead87c..1801ea8 100644 --- a/amortization.html +++ b/amortization.html @@ -170,28 +170,30 @@ -
-
Immobilisation
-
#{{$ligne_immo.trans_id}} {{$ligne_immo.label}}
-
Montant
-
{{"%f"|math:$ligne_immo.montant|money_currency}}
-
Début d'amortissement
-
{{$date_debut|date_short}}
- {{if $duree != null}} -
Durée
-
{{$duree}} ans
- {{/if}} - {{if $valeur_residuelle > 0}} -
Montant déjà amorti
-
{{"%d-%d"|math:$ligne_immo.montant:$valeur_residuelle|money_currency:false}}
-
Valeur résiduelle
-
{{$valeur_residuelle|money_currency}}
- {{/if}} - {{if $duree != null && $valeur_residuelle > 0}} -
Annuité estimée
-
{{"%f/%d"|math:$ligne_immo.montant:$duree|money_currency}}
- {{/if}} -
+
+
+
Immobilisation
+
#{{$ligne_immo.trans_id}} {{$ligne_immo.label}}
+
Montant
+
{{"%f"|math:$ligne_immo.montant|money_currency}}
+
Début d'amortissement
+
{{$date_debut|date_short}}
+ {{if $duree != null}} +
Durée
+
{{$duree}} ans
+ {{/if}} + {{if $valeur_residuelle > 0}} +
Montant déjà amorti
+
{{"%d-%d"|math:$ligne_immo.montant:$valeur_residuelle|money_currency:false}}
+
Valeur résiduelle
+
{{$valeur_residuelle|money_currency}}
+ {{/if}} + {{if $duree != null && $valeur_residuelle > 0}} +
Annuité estimée
+
{{"%f/%d"|math:$ligne_immo.montant:$duree|money_currency}}
+ {{/if}} +
+

Amortissements enregistrés

{{if $linked_lines != null}} diff --git a/style.css b/style.css index fd1cbfb..c9c23f9 100644 --- a/style.css +++ b/style.css @@ -41,7 +41,3 @@ h2[class="aide"], h3[class="aide"] { nav.amort aside { margin-top : 0; } - -.describe dt::after { - content: ' :'; -}