Use CRUD helper for position list
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<th>trades</th>
|
||||
<th>actions</th>
|
||||
</thead>
|
||||
{% for item in items %}
|
||||
{% for item in object_list %}
|
||||
<tr class="
|
||||
{% if item.unrealized_pl > 0 %}has-background-success-light
|
||||
{% elif item.unrealized_pl < 0 %}has-background-danger-light
|
||||
|
||||
Reference in New Issue
Block a user