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