{% extends "base.html" %} {% set masthead_bg = "#27ae60" %} {% block title %}Timeseries — {{ cruise }}{% endblock %} {% block masthead_type %}Timeseries index{% endblock %} {% block head_extra %} {% endblock %} {% block masthead_meta %}
Cruise
{{ cruise }}
{% if ship %}
Ship
{{ ship }}
{% endif %} {% if date_start %}
Departure
{{ date_start }}
{% endif %} {% if date_end %}
Arrival
{{ date_end }}
{% endif %} {% if duration_days %}
Duration
{{ duration_days }} d
{% endif %}
Timeseries groups
{{ timeseries|length }}
{% if ts_casts_range %}
Casts per group
{{ ts_casts_range }}
{% endif %} {% if ts_dur_range %}
Duration range
{{ ts_dur_range }}
{% endif %}
{% endblock %} {% block content %} {% if timeseries_map_b64 %}

Timeseries locations

Timeseries locations map
{% endif %}

Timeseries groups

{% for ts in timeseries %}

{{ ts.name }}

{{ ts.description }}
{{ ts.n_casts }} casts  ·  {{ ts.cast_range }}
{% if ladcp_configured %}
{% if ts.ladcp_has %}✓ LADCP{% else %}– LADCP{% endif %}
{% endif %} {% if ts.report_exists %} view timeseries → {% else %} report not yet generated {% endif %}
{% endfor %} {% if not timeseries %}

No timeseries groups configured.

{% endif %}
{{ js_top_links | safe }} {% endblock %}