Sections
{% for anchor, section_title, _, kind in sections %} {% if kind == "group" %}
{{ section_title }}
{% else %}
{{ section_title }}
{% endif %} {% endfor %}
{{ title }}
Generated {{ generated_at }}
Download
Report (.pdf)
{% for label, key in download_items %}
{{ label }}
{% endfor %}
Download All (.zip)
{% for anchor, section_title, html_fragment, kind in sections %} {% if kind != "group" %}
{{ section_title }}
{{ html_fragment | safe }}
{% endif %} {% endfor %}