display total amounts for wallet

This commit is contained in:
2021-01-08 07:56:27 +01:00
parent 94ae551041
commit 2d7f73a531
2 changed files with 10 additions and 1 deletions
+9
View File
@@ -59,6 +59,15 @@
</div>
{% endfor %}
<br/><br/><br/>
<h3>Total wallet</h3>
Total investment: {{total_investment|floatformat:2}} EUR<br/>
Virtual value of wallet: {{current_value|floatformat:2}} EUR<br/>
Total tax free: {{total_tax_free|floatformat:2}} EUR<br/>
</div>
{% endblock %}