Séparation immobilisations amortissables ou pas
This commit is contained in:
parent
66859c550e
commit
d599d49e1a
7 changed files with 264 additions and 126 deletions
10
_nav.html
10
_nav.html
|
|
@ -6,9 +6,13 @@
|
|||
|
||||
{{if $current == 'index'}}
|
||||
<ul class="sub">
|
||||
{{if $subcurrent == 'amortization'}}
|
||||
<li class="current"><a>Amortissements</a></li>
|
||||
{{/if}}
|
||||
<li {{if $subcurrent == 'amort'}}class="current"{{/if}}><a href="index.html?amort=1">Amortissables</a></li>
|
||||
<li {{if $subcurrent == 'no_amort'}}class="current"{{/if}}><a href="index.html?amort=0">Non amortissables</a></li>
|
||||
</ul>
|
||||
{{if $subsubcurrent == 'amortization'}}
|
||||
<ul class="sub">
|
||||
<li class="current"><a>Amortissements</a></li>
|
||||
</ul>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
</nav>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue