{% if downsample_step > 1 %}
Showing every {{ downsample_step }}th sample for browser performance. Full-resolution data remains in the HDF5 output.
{% else %}
Showing the full 1Hz series for the selected default channels.
{% endif %}
{% if plot_series %}
{% for series in plot_series %}
monitoring{{ series.key }}
{% endfor %}
{% else %}
No plottable 1Hz channels were found. Available datasets: {{ available_keys|join:", " }}