{% for project in projects %} {% endfor %}
Project Name Running Instances Root Path Tags Actions
{{ project.name }} {{ project.instances | selectattr('status', 'equalto', 'running') | list | length }} {{ project.project_path }} {% for tag in project.tags.split(',') %} {% if tag.strip() %} {{ tag.strip() }} {% endif %} {% endfor %}
Details
{% if not projects %}

No strategy projects found. Click "Add Project" to get started.

{% endif %}