{% extends "base.html" %} {% block title %}{{ project.title }} · agentplan dashboard{% endblock %} {% block body_class %}dashboard-project{% endblock %} {% block topbar_left %}
agentplan
{% endblock %} {% block topbar_nav %} Home Activity Agents {% endblock %} {% block topbar_right %}
connecting…
{% endblock %} {% block content %}

{{ project.title }}

{%- if project.dir -%} {{ project.dir }} {%- else -%} No directory set {%- endif -%}
⚠ Linked directory does not exist on disk.
{{ chain_text }}
{{ done_count }}/{{ total_count }} done

Add Ticket

Project Context
{% if context_payload.exists %}
{{ context_payload.html|safe }}
{% else %}
No context file yet. The first agent to work on this project will create one.
{% endif %}
Reset
{% for status in status_order %}

{{ status_labels[status] }}

{{ grouped[status]|length }}
{% endfor %}
{% endblock %} {% block scripts %} {% endblock %}