{% load cache %} {% include 'mixins/partials/notify.html' %} {% cache 600 objects_profit request.user.id object_list type %}
id | name | P/L | trade | balance | currency | {% for item in object_list %}
---|---|---|---|---|---|
{{ item.account.id }} | {{ item.account.name }} | {{ item.pl }} | {{ item.unrealizedPL }} | {{ item.balance }} | {{ item.currency }} |