{% if table is defined %} {% endif %} {{ header }}

{{ title }}

{{ introduction }}

{% if progress_bar is defined %}
{% for bar in progress_bar -%}

{{ bar.title }}

{% for seg in bar.data -%}
{{ seg.text }} {{ seg.text ~ " (" ~ seg.size|int() ~ "%)" }}
{% endfor -%}
{% endfor -%}
{% endif %} {% if summary_bar is defined %}
{% for bar in summary_bar -%}
{% endfor -%}
{% endif %} {% if top_panels is defined %}
{% for panel in top_panels %}

{{ panel.title }}

{{ panel.text }}

{% endfor -%}
{% endif %} {% if top_images is defined %}
{% for img in top_images -%}

{{ img.title }}

No Image
{% endfor -%}
{% endif %} {% if table is defined %}
{% for heading in table.column_headings -%} {% endfor -%} {% for row in table.rows -%} {% if row.colour is defined %}{% else %}{% endif %} {% for col in row.columns -%} {% endfor -%} {% if row.colour is defined %}{% endif -%} {% endfor -%}
{{ heading }}
{{ row.heading }} {{ col.message }}{{ row.message }}
{% endif %}