{% load staticfiles %} {{ title }} {% for dep in dependencies %} {% endfor %} {% for raw_script_url in raw_script_urls %} {% endfor %}

{{ title }}

{% if not autostart %}

Start Tests

{% endif %}
{% for fixture in fixtures %} {% include fixture %} {% endfor %}
{% for raw_html in html_strings %} {{ raw_html|safe }} {% endfor %}