{% extends 'base.html' %}{% block heading %}Tasks / Burndown{% endblock %}{% block content %}{% include '_project_bar.html' %}
SAME WIZE GRAMMAR

Add a structured task

BURNDOWN

{{done}} / {{total}} done

Weighted remaining effort points: {{weighted-weighted_done}} / {{weighted}}

Strategy/Why statements and 5 Whys countermeasures appear here automatically so the learning and analysis layers feed the original execution model instead of replacing it.

{% for r in rows %}{% else %}{% endfor %}
PriorityStatusSourceTaskUpdate
{{r.priority}}{{r.status}}{{r.source_level or 'Task'}}{{r.title}}
No tasks yet.
{% endblock %}