{% extends "base.html" %} {% set masthead_bg = "#1a3a5c" %} {% block title %}Station index — {{ cruise }}{% endblock %} {% block masthead_type %}Station 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 %}
CTD casts
{{ stations|length }}
{% if max_depth_str %}
Max depth
{{ max_depth_str }}
{% endif %}
{% endblock %} {% block content %} {% if cruise_map_b64 %}

Map

All cast positions
{% endif %}

Casts

{% if ladcp_configured %}{% endif %} {% for s in stations %} {% if ladcp_configured %} {% endif %} {% endfor %}
Cast File Start (UTC) Latitude Longitude DepthLADCPLinks
{{ s.cast_num }} {{ s.filename }} {{ s.time_start_str }} {{ s.lat_str }} {{ s.lon_str }} {{ s.max_depth_str }} dbar{% if s.ladcp_has %}{% else %}{% endif %} Profile {% for sec in s.sections %} {{ sec.name }} {% endfor %} {% for ts in s.timeseries %} {{ ts.name }} {% endfor %}
{{ js_top_links | safe }} {% endblock %}