{# Canonical report footer used by all human-audience report templates. Provides a consistent "Generated by Finite State | " line and a Copyright notice with a year derived from `generated_at` (so the copyright doesn't go stale when the calendar flips). Templates that need a fancier branded footer (e.g. customer_brief.html with its @page bottom-center print rules) should keep their own footer and not include this partial. Required template vars: generated_at (ISO-8601 string|None). #} {% set _year = (generated_at[:4] if generated_at and generated_at[:4].isdigit() else '2026') %}