{% extends "base.html" %} {% block title %}{{ page_title }} ยท {{ app_title }}{% endblock %} {% block content %}
| Run ID | Status | Started | Completed | |
|---|---|---|---|---|
| {{ run.id }} | {{ run.status }} | {{ run.started_at if run.started_at is defined else '-' }} | {{ run.completed_at if run.completed_at is defined else '-' }} | Open |