ajout TER & rendement et changement catégorien en allocation
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<table id="actifs_list" class="table table-condensed table-bordered">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Catégorie</th>
|
||||
<th>Classe</th>
|
||||
<th>Symbole</th>
|
||||
<th>Libellé</th>
|
||||
<th class="text-right">Nombre</th>
|
||||
@@ -31,7 +31,7 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr tal:repeat="ligne items">
|
||||
<td class="${ligne.bg_color}">${ligne.categorie}</td>
|
||||
<td class="${ligne.bg_color}">${ligne.classe}</td>
|
||||
<td>${ligne.symbole}</td>
|
||||
<td tal:condition="ligne.type=='ACTION'"><a href="actif_edit/${ligne.no_id}">${ligne.libelle}</a></td>
|
||||
<td tal:condition="ligne.type<>'ACTION'"><a href="actif2_edit/${ligne.no_id}">${ligne.libelle}</a></td>
|
||||
|
||||
Reference in New Issue
Block a user