{% if branding.logo_path %} Logo {% endif %}
{{ report_type | default("Executive Summary") }}
{{ date | default("") }}

{{ title | default("Executive Summary") }}

{% if author or department %}

{% if author %}Prepared by: {{ author }}{% endif %} {% if department %} | {{ department }}{% endif %}

{% endif %} {% if overview %}

Overview

{{ overview }}

{% endif %} {% if key_findings %}

Key Findings

{% endif %} {% if metrics %}

Metrics

{% for metric in metrics %} {% endfor %}
Metric Value Target Status
{{ metric.name }} {{ metric.value }} {{ metric.target | default("-") }} {{ metric.status | default("-") }}
{% endif %} {% if sections %} {% for section in sections %}

{{ section.title }}

{{ section.content }} {% endfor %} {% endif %} {% if recommendations %}

Recommendations

{% for rec in recommendations %}
{{ rec.title }}

{{ rec.description }}

{% endfor %} {% endif %} {% if next_steps %}

Next Steps

    {% for step in next_steps %}
  1. {{ step }}
  2. {% endfor %}
{% endif %}