{% 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 %}
{% endblock %} {% block content %} {% if cruise_map_b64 %}| Cast | File | Start (UTC) | Latitude | Longitude | Depth | {% if ladcp_configured %}LADCP | {% endif %}Links |
|---|---|---|---|---|---|---|---|
| {{ s.cast_num }} | {{ s.filename }} | {{ s.time_start_str }} | {{ s.lat_str }} | {{ s.lon_str }} | {{ s.max_depth_str }} dbar | {% if ladcp_configured %}{% if s.ladcp_has %}✓{% else %}–{% endif %} | {% endif %}Profile {% for sec in s.sections %} {{ sec.name }} {% endfor %} {% for ts in s.timeseries %} {{ ts.name }} {% endfor %} |