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

Dashboard

 | 
{% if plots %} {% for plot in plots %}
{% endfor %} {% else %}

No data found for the selected devices.

{% endif %} {% endblock %} {% block scripts %} {{ super() }} {% endblock %}