{% extends "base.html" %} {% block content %}
| 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. | ||||||||