{{ task.goal }}
{{ task.acceptance_criteria }}{{ dep.goal }}
{% empty %}No dependencies.
{% endfor %}#{{ attempt.attempt_number }} {{ attempt.status }} {{ attempt.coder.agent.name }} v{{ attempt.coder.version }}
{% empty %}No attempts.
{% endfor %}Test: {{ test.status }} {{ test.command }}
{% endfor %}{% for review in reviews %}Review: {{ review.status }}
{% endfor %}{% for commit in commits %}Commit {{ commit.sha|slice:":10" }} {{ commit.message }}