ajout website dans table actifs

This commit is contained in:
2017-12-23 09:46:45 +01:00
parent 1909ee7245
commit 22f35dee86
3 changed files with 12 additions and 0 deletions

View File

@@ -27,6 +27,7 @@
<th class="text-right">+/- Valeur</th>
<th class="text-right">% de +/-</th>
<th class="text-right">% PF</th>
<th class="text-right"></th>
</tr>
</thead>
<tbody>
@@ -44,6 +45,8 @@
<td tal:condition="ligne.pc_plusvalue>=0" class="text-right" style="color: green;">${layout.to_percent(ligne.pc_plusvalue, 1)}</td>
<td tal:condition="ligne.pc_plusvalue <0" class="text-right" style="color: red;">${layout.to_percent(ligne.pc_plusvalue, 1)}</td>
<td class="text-right">${ligne.pc_allocation} %</td>
<td tal:condition="ligne.website"><a href="${ligne.website}" target="__blank"><span class="glyphicon glyphicon-search"></span></td>
<td tal:condition="not ligne.website"></td>
</tr>
<tr>
<td class="text-right" colspan="6"><b>Total</b></td>