{% extends "base.html" %} {% load bootstrap3 %} {% load static %} {% load main_tags %} {% block extra-head %} {% endblock %} {% block camp-active %}active{% endblock %} {% block content-title %}{{title}}{% endblock %} {% block content-suptitle %}{{suptitle}}{% endblock %} {% block content %} {% if details %}
# | {% for header in experiment_keys %}{{ header|title }} | {% endfor%}|
---|---|---|
{{ forloop.counter }} | {% for key in experiment_keys %} {% if 'status' in key %}{{ item|value:key }} | {% else %}{{ item|value:key }} | {% endif %} {% endfor %}