{% extends "base.html" %}
{% block title %}Saved plots{% endblock %}
{% block body %}
Interactive comparison plots of completed simulation runs.Saved plots
{{ plot.created_at }} {% if plot.selected_runs %} · {{ plot.selected_runs | length }} run{% if plot.selected_runs | length != 1 %}s{% endif %} {% endif %}
No saved plots yet. Create one from completed runs.
{% endif %} {% endblock %}