{# 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_header.html' %}
{% for result in report.results %} {% include 'test_case.html' %} {% endfor %}
{% include 'toast-copied-to-clipboard.html' %} {% include 'help.html' %}