{% extends "base.html" %} {% block title %}Dashboard{% endblock %} {% block content %}

Fireworks

{% if PLOTTING %}
{% else %}

Please install matplotlib to see plots.

{% endif %}

Workflows

{% if PLOTTING %}
{% else %}

Please install matplotlib to see plots.

{% endif %} {% endblock %}