{% include 'partials/notify.html' %}
id | status | account id | symbol | type | amount | price | SL | TL | actions | {% for item in object_list %}
---|---|---|---|---|---|---|---|---|---|
{{ item.id }} | {{ item.status }} | {{ item.account.id }} | {{ item.symbol }} | {{ item.type }} | {{ item.amount }} | {{ item.price }} | {{ item.stop_loss }} | {{ item.take_profit }} |