{% extends "base.html" %} {% block head %} {{ super() }} Table of results {% endblock %} {% block body %}

Perf-1 Env

{% include 'lab_main.html'%}
{% for url in urls %} {% if loop.index is divisibleby 2 %} {% else %} {% endif %} {% endfor %}
{% for header in headers %} {% endfor %} {% for row in table %} {% for data in row %} {% endfor %} {% endfor %}

{{ header }}

{{ data }}

Index page

Details

{% endblock %}