{% extends "layouts/base_model.html" %} {% block subtitle %}Experiments{% endblock %} {% block modelbody %}

{% for experiment in experiments %} {% if experiment.config_printable %} {% else %} {% endif %} {% if experiment.results_printable %} {% else %} {% endif %} {% endfor %}
id command type status config start time before snapshot id end time duration(s) after snapshot id results
{{ experiment.id }} {{ experiment.command }} {{ experiment.type }} {{ experiment.status }}{{ experiment.config_printable }}None{{ experiment.start_time_prettified }} {{ experiment.before_snapshot_id }} {{ experiment.end_time_prettified }} {{ experiment.duration }} {{ experiment.after_snapshot_id }}{{ experiment.results_printable }}None
{% endblock %}