Logged in as {{ user.nickname }} - Logout
Your strategies
{% if strategies %}-
{% for strategy in strategies %}
- {{ strategy.class }} {% endfor %}
Active executions
{% if active_executions %}-
{% for active_execution in active_executions %}
- {{ active_execution.class }} started on {{ active_execution.created }}. {{ active_execution.executions_finished }}/{{ active_execution.total_executions }} executions finished. {% endfor %}