{% extends "admin/layout.html" %} {% block subtitle %}- workflows{% endblock %} {% block content %}

Workflows

Showing {{ runs|length }} run(s) of {{ total }} total (page {{ page }} of {{ total_pages }}).

{% for r in runs %} {% else %} {% endfor %}
Run id Name Status Started at Duration
{{ r.id }} {{ r.name }} {{ r.status }} {{ r.started_at }} {{ r.duration }}
(no workflow runs recorded)
{% if page > 1 %}← Previous{% endif %} {% if page < total_pages %}Next →{% endif %}
{% endblock %}