{{ result.overall_feedback.headline }}
{% for para in result.overall_feedback.paragraphs %}{{ para }}
{% endfor %}Reviewer error: {{ c.error }}
{% else %}{{ c.summary }}
{% if c.findings %}"{{ f.excerpt }}"{% endif %} {% if f.suggested_fix %}
No actionable recommendations — every reviewer either passed cleanly or returned only low-impact findings.
{% endif %} {# ---------- 7. Narrative summary ---------- #}{{ s.url[:50] }}{% if s.url|length > 50 %}…{% endif %}{% endif %}
{% if s.next_goal %} · {{ s.next_goal[:80] }}{% if s.next_goal|length > 80 %}…{% endif %}{% endif %}
{{ cat_name }}{% if not loop.last %}, {% endif %}
{%- endfor %}