diff --git a/core/templates/partials/position-list.html b/core/templates/partials/position-list.html index 27f61a7..0ef8a35 100644 --- a/core/templates/partials/position-list.html +++ b/core/templates/partials/position-list.html @@ -16,9 +16,9 @@ {% if item.unrealized_pl > 0 %}has-background-success-light {% elif item.unrealized_pl < 0 %}has-background-danger-light {% endif %}"> - {{ item.account_id }} + {{ item.account }} {{ item.symbol }} - {{ item.current_price }} + {{ item.price }} {{ item.qty }} {{ item.market_value }} {{ item.unrealized_pl }} @@ -51,7 +51,7 @@ {% if type == 'page' %} - +