Simplification navigation

This commit is contained in:
Jean-Christophe Engel 2026-06-15 12:13:24 +02:00
parent a99bcc1753
commit 7903afbd0c
15 changed files with 84 additions and 84 deletions

View file

@ -267,7 +267,12 @@
{{:admin_header title="Sortie du bilan" custom_css="./style.css" current="module_amortization"}}
{{if ! $dialog}}
{{:include file="_nav.html" current="index" subcurrent="balance_exit"}}
{{if $valeur_nette > 0}}
{{:assign type_immo="managed"}}
{{else}}
{{:assign type_immo="amortized"}}
{{/if}}
{{:include file="_nav.html" current="%s"|args:$type_immo subcurrent="balance_exit"}}
{{/if}}
{{*