{% load currency_display %} {% load i18n %}
| {% trans "Date" %} | {% trans "Amount Received" %} | {% trans "Amount Paid" %} | {% trans "Current Value" %} | {% trans "P/L" %} | |
|---|---|---|---|---|---|
| {{ entry.date|date:"SHORT_DATE_FORMAT" }} |
|
|
|
{% if entry.profit_loss_percentage > 0 %} {{ entry.profit_loss_percentage|floatformat:"2g" }}% {% elif entry.profit_loss_percentage < 0 %} {{ entry.profit_loss_percentage|floatformat:"2g" }}% {% endif %} |
{% trans "The straighter the blue line, the more consistent your DCA strategy is." %}