{{ report.title }}

{{ report.period }} · prepared {{ date(report.prepared, "YYYY-MM-DD") }}

Executive summary

{{ report.summary }}

{% for kpi in report.kpis %}

{{ kpi.value | number(kpi.decimals) }}

{{ kpi.label }}

{% endfor %}

Regional performance

{% for row in rows %} {% endfor %}
# Region Units Revenue Share
{{ loop.index }} {{ row.region }} {{ row.units | number }} {{ row.revenue | currency("USD") }} {{ row.share | percent(1) }}

Notes

    {% for note in report.notes %}
  1. {{ note }}
  2. {% endfor %}