{% if audit.found %}
{{ audit.title }}  {{ audit.period }}
Implementation CEO Orchestration Review Chain Total
{{ audit.impl_cost }} {{ audit.ceo_cost }} {{ audit.review_cost }} {{ audit.total_cost }}
{% if audit.savings_claim %}

{{ audit.savings_claim }}

{% endif %}

Source: docs/tracking/{{ audit.filename }}

{% else %}

No cost audit found.

{% endif %}