{% extends "base.html" %} {% import "_macros.html" as m %} {% block title %}{{ section_name }}{% if section_description %} — {{ section_description }}{% endif %} — {{ cruise }}{% endblock %} {% block masthead_title %}{{ section_name }}{% if section_description %} — {{ section_description }}{% endif %}{% endblock %} {% block masthead_type %}Section{% endblock %} {% block head_extra %} {% endblock %} {% block topbar %}
{% endblock %} {% block masthead_meta %}
Cruise
{{ cruise }}
Ship
{{ ship }}
Description
{{ section_description }}
CTD casts
{{ cast_list_str }}
Distance
{{ dist_str }}
Max depth
{{ p_max_str }}
Start position
{{ start_pos }}
Start time
{{ start_time }}
End position
{{ end_pos }}
End time
{{ end_time }}
{% endblock %} {% block content %}
{% for cn in cast_nums %} {{ cn }} {% endfor %}
{{ m.report_body(report, center_sections=["map"]) }} {{ js_top_links | safe }} {% endblock %}