{{ title }}

{% if subtitle %}

{{ subtitle }}

{% endif %}
{% for section in sections %} {% if section.heading %}
{{ section.heading }}
{% endif %} {% for column in section.columns %} {% endfor %} {% for row in section.rows %} {% for column in section.columns %} {% endfor %} {% endfor %}
{{ column }}
{{ "{:,}".format(row[column]) if row[column] is number else row[column] }}
{% endfor %} {% if report_url %}

{{ download_prompt | default('View the complete results file:') }}

{{ download_button_label | default('Download') }} {{ report_label | default('Report') }}
{% endif %} {% if signature_html %}
{{ signature_html | safe }}
{% endif %}
{% if footer_text %} {% endif %}