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

Lab name goes here:-)

{% for row in table %} {% for data in row %} {% endfor %} {% endfor %}
{{ data }}

Back

{% endblock %}