{% extends "base.html" %} {% block content %}
{% for e in experiments %} {% endfor %}
Experiments
ID Created User Duration Primary Metric Score Actions
{{e["short_id"]}} {{ e["created"] }} {{ e["user"] }} {{ e["duration"] }} {{ e["primary_metric"] }} {{ e["score"] }}
{% endblock %}