{% extends "layout/layout_container.html" %} {% block layout %} {% for plot in dashboard.plots %}

{{ plot.title }}

{% if plot.parameters['scenario-name'] %} {{ plot.parameters['scenario-name'] }} {% endif %}

Loading plot...

{% else %}

No Plots found.

{% endfor %} Add plot... {% endblock layout %}