{{ title }}
{% if subtitle %}
{{ subtitle }}
{% endif %} {% if generated_at %}
Genere le {{ generated_at }}
{% endif %}
{% if summary %}

Resume

{% endif %} {% for section in sections %}

{{ section["title"] }}

{% if section["lead"] %}

{{ section["lead"] }}

{% endif %} {% if section["items"] %} {% endif %} {% if section["table"] %} {% if section["table"]["headers"] %} {% for header in section["table"]["headers"] %} {% endfor %} {% endif %} {% for row in section["table"]["rows"] %} {% for cell in row %} {% endfor %} {% endfor %}
{{ header }}
{{ cell }}
{% endif %} {% for chart in section["charts"] %}
{% if chart["title"] %}
{{ chart["title"] }}
{% endif %} {{ chart[ {% if chart["caption"] %}
{{ chart["caption"] }}
{% endif %}
{% endfor %} {% if section["note"] %}
{{ section["note"] }}
{% endif %}
{% endfor %} {% if footer %} {% endif %}