{% extends "base.html" %} {% from "_macros.html" import collapse_card_start, collapse_card_end %} {% block content %}
label | {% for workflow in workflows %}{{workflow.label}} | {% endfor %}Total |
---|---|---|
{%set count = [] %} {% for workflow in workflows %} | {% for (state, _) in states %} {% if state.workflow.id == workflow.id %} {% if state.experiments|length %} {{state.experiments|length }} {% if count.append(state.experiments|length) %}{% endif %} {% endif %} {% endif %} {% endfor %} | {% endfor %}{{count|sum()}} |