{% extends "base.html" %} {% block title %}{{ mooring_name }} – Mooring Recovery Table{% endblock %} {% block masthead_class %}masthead-plain{% endblock %} {% block masthead_title %}{{ mooring_name }} ({{ year }}){% endblock %} {% block masthead_type %}Mooring Recovery{% endblock %} {% block masthead_nav %}{% endblock %} {% block masthead_meta %} {% if latitude %}
| Height (above bottom) (m) | Depth (nominal) (m) | Instrument | Param. | Sample int. (s) | Start/stop time UTC | Clock drift | First good / Last good record | Notes |
|---|---|---|---|---|---|---|---|---|
| {{ row.hab if row.hab is not none else "" }} | {{ row.depth if row.depth is not none else "" }} | {{ row.description }} | ||||||
| {{ row.hab if row.hab is not none else "?" }} | {{ row.depth if row.depth is not none else "?" }} | {{ row.instrument }} | {{ row.params }} | {{ row.interval_s if row.interval_s else "" }} | {{ row.start_stop }} | {{ row.clock_drift }} | {{ row.first_last }} | {{ "*" if row.comment else "" }} |