{% extends "control_plane/base.html" %} {% block content %}
{% for item in trading_projects %}

{{ item.status }}

{{ item.name }}

{{ item.goal }}

Champion: {% if item.current_champion %}{{ item.current_champion.strategy.name }} {{ item.current_champion.version }}{% else %}None{% endif %}

{% empty %}

No trading projects

Import an existing system before proposing strategies.

{% endfor %}
{% endblock %}