{% extends "base.html" %} {% block title %}{{ project.display_name }} — secfoo{% endblock %} {% block content %} ← All projects {{ project.kind }}
{{ project.identifier }}
| Started | Skill | Agent | Status | Duration |
|---|---|---|---|---|
| {{ run.started_at | fmt_time }} | {{ run.skill_name }} | {{ run.agent_id }} | {{ run.status }} | {{ run.duration_seconds | fmt_duration }} |