{% extends "base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% import "bootstrap/fixes.html" as fixes %} {% import "bootstrap/utils.html" as util %} {% block title %}Experiment {{ experiment.id }}{% endblock %} {% block styles %} {{ super() }} {% endblock %} {% block scripts %} {{ super() }} {% endblock %} {% block content %}
{% for column in columns %} | {{ column }} | {% endfor %}||
---|---|---|---|
{{ key[0] }} | {{ key[1] }} | {{ key[2] }} | {% for val in vals %}{{ val }} | {% endfor %}