Amélioration présentation titres tables
This commit is contained in:
parent
05e56d901a
commit
afb88b8a01
4 changed files with 5 additions and 5 deletions
|
|
@ -162,8 +162,8 @@
|
||||||
</dl>
|
</dl>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{if $linked_immos != null}}
|
|
||||||
<h3 class="ruler">Écritures d'avoir attachées à l'immobilisation</h3>
|
<h3 class="ruler">Écritures d'avoir attachées à l'immobilisation</h3>
|
||||||
|
{{if $linked_immos != null}}
|
||||||
<table class="list">
|
<table class="list">
|
||||||
<thead>
|
<thead>
|
||||||
<td class="num">N°</td>
|
<td class="num">N°</td>
|
||||||
|
|
|
||||||
|
|
@ -129,8 +129,8 @@
|
||||||
</dl>
|
</dl>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{if $linked_amort != null}}
|
|
||||||
<h3 class="ruler">Écritures d'amortissement attachées à l'immobilisation</h3>
|
<h3 class="ruler">Écritures d'amortissement attachées à l'immobilisation</h3>
|
||||||
|
{{if $linked_amort != null}}
|
||||||
<table class="list">
|
<table class="list">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
||||||
|
|
@ -138,8 +138,8 @@
|
||||||
</dl>
|
</dl>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{if $linked_cessions != null}}
|
|
||||||
<h3 class="ruler">Écriture de cession attachée à l'immobilisation</h3>
|
<h3 class="ruler">Écriture de cession attachée à l'immobilisation</h3>
|
||||||
|
{{if $linked_cessions != null}}
|
||||||
<table class="list">
|
<table class="list">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
@ -186,7 +186,7 @@
|
||||||
</p>
|
</p>
|
||||||
{{else}}
|
{{else}}
|
||||||
<p class="block alert">
|
<p class="block alert">
|
||||||
Aucune écriture de cession... que faire ?
|
Aucune écriture de cession
|
||||||
</p>
|
</p>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -225,8 +225,8 @@
|
||||||
</dl>
|
</dl>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{if $exit_line != null}}
|
|
||||||
<h3 class="ruler">Écriture de sortie du bilan attachée à l'immobilisation</h3>
|
<h3 class="ruler">Écriture de sortie du bilan attachée à l'immobilisation</h3>
|
||||||
|
{{if $exit_line != null}}
|
||||||
<table class="list">
|
<table class="list">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue