Review arc: {{ arc.get('name', arc_id) }}
id: {{ arc.get('id', arc_id) }} · slug: {{ arc_slug }} · status: {{ arc.status }}
Headline mechanic (the deliverable that must have fired):
{{ arc.headline_mechanic }}
{% endif %}
anchor: {% if arc.anchor_task %}{{ arc.anchor_task }}{% else %}none{% endif %} · constituent tasks: {{ stats.completed }}/{{ stats.total }} completed ({{ "%.0f%%" % (stats.ratio * 100) }})