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