{% macro report_header(compact=false) -%}
{{ meta.report_title if compact else meta.company_name }}

{{ meta.company_name if compact else meta.report_title }}

{{ meta.current_period }} Compared with {{ meta.prior_period }}
{{ meta.currency }} · {{ meta.scale_label }}
Validated internal report
{%- endmacro %} {% macro report_footer(page_number) -%} {%- endmacro %} {% macro metric_card(metric) -%}
{{ metric.label }}
{{ metric.value }}
{{ metric.delta.text }}
{%- endmacro %} {% macro statement_table(rows) -%} {% for row in rows %} {% endfor %}
Line item{{ meta.current_period }}{{ meta.prior_period }}Change
{{ row.label }}{{ row.current }}{{ row.prior }}{{ row.change }}
{%- endmacro %}
{{ report_header() }}
{% for metric in summary_metrics %}{{ metric_card(metric) }}{% endfor %}

Performance bridge

{{ performance_chart }}

Management discussion

{% for item in commentary %}
{{ item.kind }}

{{ item.title }}

{{ item.text }}

{% else %}

No management commentary supplied.

{% endfor %}

Operating indicators

{% for metric in kpi_cards %}{{ metric_card(metric) }}{% else %}
No operating KPIs supplied.
{% endfor %}
{{ report_footer(1) }}
{{ report_header(true) }}

Income statement

{{ statement_table(income_rows) }}

Amounts in {{ meta.currency }} {{ meta.scale_label }}. Expense lines use positive magnitudes.

Gross margin

{{ gross_margin_note.current }} compared with {{ gross_margin_note.prior }} in the prior period.

Operating margin

{{ operating_margin_note.current }} compared with {{ operating_margin_note.prior }} in the prior period.

{{ report_footer(2) }}
{{ report_header(true) }}

Balance sheet

{{ statement_table(balance_rows) }}

Amounts in {{ meta.currency }} {{ meta.scale_label }}. The statement passed reconciliation within the declared tolerance.

{{ report_footer(3) }}
{{ report_header(true) }}

Cash-flow statement

{{ statement_table(cash_flow_rows) }}

Cash movement

{{ cash_chart }}

Amounts in {{ meta.currency }} {{ meta.scale_label }}. Cash-flow outflows are shown as negative values.

{{ report_footer(4) }}
{{ report_header(true) }}

Controls and provenance

{% for control in controls %}
OK

{{ control.name }}

{{ control.detail }}

{% endfor %}
{% if warnings %}

Review warnings

{{ warnings|length }} warning(s) are recorded in GATE_REPORT.json and require review before release.

{% endif %}

Source inventory

{% for source in sources %}
{{ source.id }}
{{ source.label }}
As of {{ source.as_of }} · {{ source.location }}
{% endfor %}

Reproducibility

Input SHA-256

{{ input_hash }}

Template SHA-256

{{ template_hash }}

Internal management information. This document is not an audit opinion, tax filing, regulatory submission, or investment recommendation.

{{ report_footer(5) }}