From c0f266da73e47826ec7637bda13332d4fe8b4c8b Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Wed, 15 Feb 2023 20:04:23 +0000 Subject: [PATCH] Add signals and active management to strategy list --- core/templates/partials/strategy-list.html | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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 %}