{% extends "base.html" %} {% block content %}
No task selected
· ·
{% for p in phases %}
{{ loop.index }}
{{ p|capitalize }}
— pending
{% if not loop.last %}
{% endif %} {% endfor %}
No task selected
Describe what the agent should do above and press Run.
{% endblock %}