{% block head %}
{{ title }}
{{ super() }}
{% endblock %}
{% block body %}
{% if logo %}
{{ title }}
{% else %}
{{ title }}
{% endif %}
Data start time: {{ content['start_time'] }}
Data end time: {{ content['end_time'] }}
Number of variables: {{ content['num_data_columns']}}
Number of test failures: {{ content['num_test_results'] }}
{% for im in content['custom_graphics'] %}
{% if encode %}
{% else %}
{% endif %}
{% endfor %}
{% if content['num_metrics']|int > 0 %}