{% extends "base.html" %} {% block content %}
Project: {{ run.project.name }}
| Name | Role | Description |
|---|---|---|
| {{ c.name }} | {{ c.role }} | {{ c.description }} |
{{ book.manual_instruction }}
{{ book.blurb }}
{% else %}No blurb generated.
{% endif %}{{ log_content or "Waiting for logs..." }}