{% extends "index.html" %} {% block title %}WaveGliDA: Map{% endblock %} {% block main %} {% if data_processed %}
Choose variables to plot
Primary axis
Secondary axis
Plotly time-series
{% for id in ids %}
{% endfor %}
{{ plot_script | safe }} {% else %}

You need to import and process data first.

{% endif %} {% endblock %}