{% extends "base.html" %} {% block title %}Dashboard - Agent Kanban PM{% endblock %} {% block content %}
See what needs a decision and find your work.
Approvals, failed runs, and tasks ready for review.
Nothing needs a decision right now. Open projects
{% endif %}| Project | Status | Tasks | Created |
|---|---|---|---|
|
{{ project.name }} {{ (project.description or '')[:80] }}{% if project.description and project.description|length > 80 %}...{% endif %} |
{{ project.approval_status.value|capitalize }} | {{ project.task_count }} tasks | {{ project.created_at.strftime('%Y-%m-%d') }} |
{{ (task.description or '')[:120] }}{% if task.description and task.description|length > 120 %}...{% endif %}