{{ title }}

{{ subtitle }}

{{ summary.title }}

{{ summary.content }}

{{ summary.plot }}
{% for context in contexts %}

{{ context.title }}

{{ context.subtitle }}

{{ context.content }}

{{ context.plot }}
{% for cluster in context.clusters %} {% if cluster.plot_anomalies %}

{{ cluster.title }}

{{ cluster.content }}

{{cluster.table}}
{{ cluster.plot_anomalies }}
{{ cluster.plot }}
{% else %}

{{ cluster.title }}

{{ cluster.content }}

{{ cluster.plot }}
{% endif %} {% endfor %}
{% endfor %}