{% extends "base.html" %} {% block content %}
| # | trigger | stage | status | slug | started |
|---|---|---|---|---|---|
| {{ r.id }} | {{ r.trigger }} | {{ r.stage or '—' }} | {% if r.status == 'success' %} success {% elif r.status == 'failed' %} failed {% else %} {{ r.status }} {% endif %} | {{ r.final_slug or '—' }} | {{ r.started_at }} |