add modified date to portfolio

This commit is contained in:
2023-02-13 07:35:08 +01:00
parent 1e9cb12565
commit e03b2ea353
4 changed files with 11 additions and 5 deletions

View File

@@ -140,7 +140,7 @@
{% endfor %}
<tr>
<td class="text-right" colspan="4"><b>Total</b></td>
<td class="text-right" colspan="4"><b>Total au {{ maj_pf_le.strftime('%d/%m/%Y') }}</b></td>
<td>{{ '{0:0,.2f} €'.format(total_valeur).replace(',',' ') }}</td>
{% if total_pv >= 0 %}
<td class="text-right" style="color: green;">{{ '{0:0.2f} €'.format(total_pv) }}</td>