{{ d.statement }}
{% if d.last_reviewed %}Last reviewed: {{ d.last_reviewed }}
{% endif %} {% if d.practices %}Practices ({{ d.practices | length }})
| ID | Name | Status |
|---|---|---|
{{ p.id }} |
{{ p.name }} | {{ p.status | default("active") }} |
Decisions ({{ d.decisions | length }})
| ID | Decision | Date |
|---|---|---|
{{ dec.id }} |
{{ dec.decision }} | {{ dec.date }} |
Gaps ({{ d.gaps | length }})
| ID | Title | Status |
|---|---|---|
{{ g.id }} |
{{ g.title }} | {{ g.status }} |
No linked practices, decisions, or gaps.
{% endif %}