{% set dn=divnamer(1) %} {% for tab in tabs %} {% for plot in tab.plots %} {% endfor %} {% endfor %} {{ header }}

{{ title }}

{{ introduction }}

{% for tab in tabs %}

{{ tab.long_name }}

{{ tab.description }}

{% if tab.id == 'overview' %}

Partitioning Summary

{% for thing in tab.contents -%}
{% if thing.title is defined %}

{{ thing.title }}

{% endif %} {% if thing.text is defined %}

{{ thing.text }}

{% endif %} {% if thing.image is defined %} No Image {% endif %}
{% endfor -%}
{% elif tab.id == 'statistics' %}

R-factor graphs

{% for image in tab.images -%} {% endfor -%}

Interactive summary graphs

{% for plot in tab.plots %}
{% endfor %}

Summary table from pandemic.adp

Output CSV from pandemic.adp: dataset_scores.csv

{{ tab.table }}
{% elif tab.id == 'levels' %}
{% for sub_tab in tab.tabs %}

{{ sub_tab.long_name }}

{{ sub_tab.description }}

{% for panel in sub_tab.panels %} {% set this_div = dn.next() -%}
{% for object in panel.objects %}
{% if object.text %}

{{ object.text }}

{%- endif %} {% if object.path %} No Image {%- endif %}
{% endfor %}
{% endfor %}
{% endfor %}
{% endif %}
{% endfor %}