{% extends "index.html" %} {% block main_info %}
{% for wf in workflows %} {% endfor %}
Id Name Status Date Current jobs Actions
{{ wf.id }} {{ wf.name }} {{ wf.status }} {{ wf.started_at|formatdatetime }} {{ wf.jobs_done }}/{{ wf.jobs_total }}
{% endblock %}