{% extends "admin/layout.html" %} {% block subtitle %}- workflows{% endblock %} {% block content %}
Showing {{ runs|length }} run(s) of {{ total }} total (page {{ page }} of {{ total_pages }}).
| Run id | Name | Status | Started at | Duration |
|---|---|---|---|---|
| {{ r.id }} | {{ r.name }} | {{ r.status }} | {{ r.started_at }} | {{ r.duration }} |
| (no workflow runs recorded) | ||||