{% extends 'base.html' %}{% block heading %}Project Journal{% endblock %}{% block content %}{% include '_project_bar.html' %}
OBSERVE → LEARN → UPDATE

Record what actually happened

Why journal?

PERT estimates, strategic assumptions, and root-cause analyses improve only when they are compared with reality. The journal keeps the feedback loop inside the project.

Entries

{% for r in rows %}
{{r.created_at}}

{{r.body}}

{% else %}

No journal entries yet.

{% endfor %}
{% endblock %}