{% extends "layouts/base.html" %} {% load i18n %} {% block content %}
{{ strategy.total_invested }} {{ strategy.payment_currency }}
#}| {% trans "Date" %} | {% trans "Amount Paid" %} | {% trans "Amount Received" %} | {% trans "Current Value" %} | {% trans "P/L" %} | {% trans "Actions" %} |
|---|---|---|---|---|---|
| {{ 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 %} |