{% extends "base.html" %} {% block content %}
No task groups found.
{% endif %} {% for group in groups %} {% set group_run = latest[("group", group.id)] %}Group: {{ group_run.status }} · {{ group_run.finished_at|timestamp if group_run.finished_at else "in progress" }}
{% endif %}{{ task.description }}
{% endif %} {% if task_run %}Last run: {{ task_run.status }} · {{ task_run.finished_at|timestamp if task_run.finished_at else "in progress" }} · history
{% endif %}