{% extends "layout_experiment.html" %} {% block custom_css %} {% endblock custom_css %} {% block content %} {% for col in data_list[0] %} {% endfor %} {% for col in data_list[1:] %} {% for cell in col %} {% endfor %} {% endfor %}
{{ col }}
{{ cell }}
{% endblock content %} {% block custom_js %} {% endblock custom_js %}