diff --git a/core/templates/partials/account-list.html b/core/templates/partials/account-list.html index 8e6f730..0d2c46a 100644 --- a/core/templates/partials/account-list.html +++ b/core/templates/partials/account-list.html @@ -15,6 +15,7 @@ currency API key sandbox + enabled actions {% for item in object_list %} @@ -36,6 +37,17 @@ {% endif %} + + {% if item.enabled %} + + + + {% else %} + + + + {% endif %} +