diff --git a/core/templates/partials/strategy-list.html b/core/templates/partials/strategy-list.html index d7488ef..6cbba18 100644 --- a/core/templates/partials/strategy-list.html +++ b/core/templates/partials/strategy-list.html @@ -16,6 +16,8 @@ name description account + signal trading + active management enabled actions @@ -26,6 +28,28 @@ {{ item.name }} {{ item.description|truncatechars:80 }} {{ item.account }} + + {% if item.signal_trading_enabled %} + + + + {% else %} + + + + {% endif %} + + + {% if item.active_management_enabled %} + + + + {% else %} + + + + {% endif %} + {% if item.enabled %}