{% load i18n %}
| {% trans "Date" %} | {% trans "Amount Paid" %} | {% trans "Amount Received" %} | {% 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 %} |