require minimum amount

This commit is contained in:
2026-01-09 18:12:59 +01:00
parent c95aa96152
commit cf5f138275
+1 -1
View File
@@ -72,7 +72,7 @@
{% if c.bought_recently %}
We have bought within the last 12 months: {{ c.bought_recently|monitorformatcurrency }} {{ c.crypto }}<br/>
{% endif %}
{% if c.bought_tax_free %}
{% if c.bought_tax_free > 0.000001 %}
We can sell without paying taxes: {{ c.bought_tax_free|monitorformatcurrency }} {{ c.crypto }} for {{ c.value_tax_free|floatformat:2 }} EUR (bought at average price: {{ c.avg_price_tax_free }} EUR)<br/>
{% endif %}