{% extends "base.html" %} {% import "_macros.html" as m %} {% block title %}Cast {{ cast_num }} — {{ cruise }} CTD{% endblock %} {% block masthead_title %}Cast {{ cast_num }}{% endblock %} {% block masthead_type %}Station{% endblock %} {% block head_extra %} {% endblock %} {% block topbar %}
{% endblock %} {% block masthead_meta %}
Cruise
{{ cruise }}
Ship
{{ ship }}
Latitude
{{ lat_str }}
Longitude
{{ lon_str }}
Start
{{ datetime_str }}
End
{{ time_end_str }}
Duration
{{ duration_str }}
Max depth
{{ max_depth_str }}
{% if ladcp_configured and not ladcp_available %}
LADCP
⚠ not processed
{% endif %} {% if source_str %}
Source
{{ source_str }}
{% endif %} {% if processed_str %}
Processed
{{ processed_str }}
{% endif %}
{% endblock %} {% block content %} {% if trim_note %}
{{ trim_note }}
{% endif %} {% for note in cast_notes %}

{{ note }}

{% endfor %} {{ m.report_body(report, section_columns) }} {{ js_top_links | safe }} {% endblock %}