{# Index of template variables: project: str - The name of the project being tested report_title: str - The title of the report that was generated #} {{ report.title }}
{% include 'report_summary.html' %}
{% for result in report.results %} {% include 'test_result.html' %} {% endfor %}
{% include 'help.html' %}