{{ title }}
{% if subtitle %}
{{ subtitle }}
{% endif %} {% if generated_at %}
Genere le {{ generated_at }}
{% endif %}
{% if summary %}
Resume
{% for item in summary %}
{{ item }}
{% endfor %}
{% endif %} {% for section in sections %}
{{ section["title"] }}
{% if section["lead"] %}
{{ section["lead"] }}
{% endif %} {% if section["items"] %}
{% for item in section["items"] %}
{{ item }}
{% endfor %}
{% endif %} {% if section["table"] %}
{% if section["table"]["headers"] %}
{% for header in section["table"]["headers"] %}
{{ header }}
{% endfor %}
{% endif %}
{% for row in section["table"]["rows"] %}
{% for cell in row %}
{{ cell }}
{% endfor %}
{% endfor %}
{% endif %} {% for chart in section["charts"] %}
{% if chart["title"] %}
{{ chart["title"] }}
{% endif %}
{% if chart["caption"] %}
{{ chart["caption"] }}
{% endif %}
{% endfor %} {% if section["note"] %}
{{ section["note"] }}
{% endif %}
{% endfor %} {% if footer %} {% endif %}