- {% endif %} - {% if c.sold %} - We have sold {{ c.crypto }} for {{ c.sold|floatformat:2 }} EUR
- {% endif %} - {% if c.amount_kept %} - Current value of our {{ c.amount_kept|floatformat:3 }} {{ c.crypto }} is {{ c.current_value|floatformat:2 }} EUR
- {% endif %} - {% if c.bought_recently %} - We have bought within the last 12 months: {{ c.bought_recently|floatformat:3 }} {{ c.crypto }}
- {% endif %} - {% if c.bought_tax_free %} - We can sell without paying taxes: {{ c.bought_tax_free|floatformat:3 }} {{ c.crypto }} for {{ c.value_tax_free|floatformat:2 }} EUR
- {% endif %} -
My transactions
- {% if c.rates %} -
| {{ r.dateRelative }} | -{{ r.date|date:'Y-m-d' }} | -{{ r.rateEUR|floatformat:0 }} EUR/{{ c.crypto }} | -{% if r.diffPercentage %} - {{ r.diffPercentage|floatformat:1 }}% - {% endif %} - | -
-
+
-
Info
+ + {% if c.bought %} + We have bought {{ c.crypto }} for {{ c.bought|floatformat:2 }} EUR+ {% endif %} + {% if c.sold %} + We have sold {{ c.crypto }} for {{ c.sold|floatformat:2 }} EUR
+ {% endif %} + {% if c.amount_kept %} + Current value of our {{ c.amount_kept|floatformat:3 }} {{ c.crypto }} is {{ c.current_value|floatformat:2 }} EUR
+ {% endif %} + {% if c.bought_recently %} + We have bought within the last 12 months: {{ c.bought_recently|floatformat:3 }} {{ c.crypto }}
+ {% endif %} + {% if c.bought_tax_free %} + We can sell without paying taxes: {{ c.bought_tax_free|floatformat:3 }} {{ c.crypto }} for {{ c.value_tax_free|floatformat:2 }} EUR
+ {% endif %} + +
My transactions
+ +
+ Google:
+ {{ c.crypto }} in EUR
+ {{ c.crypto }} in USD
+
Rates
+ +| {{ r.dateRelative }} | +{{ r.date|date:'Y-m-d' }} | +{{ r.rateEUR|floatformat:0 }} EUR/{{ c.crypto }} | +{% if r.diffPercentage %} + {{ r.diffPercentage|floatformat:1 }}% + {% endif %} + | +
48 hours
3 days
1 week
1 month
6 months
1 year
10 years
+- Google:
- {{ c.crypto }} in EUR
- {{ c.crypto }} in USD
-
Total wallet
-Total investment: {{total_investment|floatformat:2}} EUR-Virtual value of wallet: {{current_value|floatformat:2}} EUR
-Total tax free: {{total_tax_free|floatformat:2}} EUR
- -