{% extends "base.html" %} {% import "_macros.html" as m %} {% block title %}{{ ts_name }}{% if ts_description %} — {{ ts_description }}{% endif %} — {{ cruise }}{% endblock %} {% block masthead_title %}{{ ts_name }}{% if ts_description %} — {{ ts_description }}{% endif %}{% endblock %} {% block masthead_type %}Timeseries{% endblock %} {% block head_extra %} {% endblock %} {% block topbar %}
{% endblock %} {% block masthead_meta %}
Cruise
{{ cruise }}
Ship
{{ ship }}
CTD casts
{{ n_casts }}
Start
{{ time_start_str }}
End
{{ time_end_str }}
Duration
{{ duration_str }}
{% endblock %} {% block content %}
{% for cn in cast_nums %} {{ cn }} {% endfor %}
{{ m.report_body(report, center_sections=["map"]) }} {{ js_top_links | safe }} {% endblock %}