{% extends "base.html" %} {% block content %}

Executions

Reset
{% for row in data.rows %} {% else %} {% endfor %}
ID Automation Status Started Finished Items Success Failed Duration (s)
{{ row.id }} {{ row.automation_name }} {{ row.status }} {{ row.started_at or "—" }} {{ row.finished_at or "—" }} {{ row.total_items or 0 }} {{ row.successful_items or 0 }} {{ row.failed_items or 0 }} {{ "%.2f"|format(row.execution_time_seconds) if row.execution_time_seconds else "—" }}
No executions matched the current filters.
{% include "_pagination.html" %} {% endblock %}