{% extends "base.html" %}
{% from "_macros.html" import status_badge, action_card %}
{% block title %}{{ report.title or report.client_name }} — Review{% endblock %}
{% block head %}{% endblock %}
{% block content %}
For {{ report.client_name }} ({{ report.primary_url }}) Review each item below. Approve the ones you'd like us to implement; reject (with a comment if you have one) the ones you don't want. {% if report.status == 'approved' %}This report is fully reviewed.{% endif %}{{ report.title or "Tracking plan for " + report.client_name }}
Executive summary
{{ report.summary_md }}
Recommendations
We'll begin implementation and update you when each action is in place. You can return here any time to see status.