{% extends "base.html" %} {% block title %}{{ page_title }} ยท {{ app_title }}{% endblock %} {% block content %} {% include "components/page_header.html" %}
| {{ pc_labels.run_id }} | {{ pc_labels.status }} | {{ pc_labels.started }} | {{ pc_labels.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 '-' }} | {{ pc_labels.open }} |