{% extends "app_layout.html" %} {% block header_title %} {{ details.map_symbol }} - {{ details.strat_name }} - Stratigraphic unit {% endblock %} {% block title %} Stratigraphic unit - {{ details.map_symbol }} - {{ details.strat_name }} {% endblock %} {% block content %}

Use "%" to search for all values.
e.g. "Qpcb" or "Thg%" - use the % to match other text, so "Thg%" matches both Gambier Limestone and all members
case-insensitive. Use % to match missing text e.g. "%granite%" to match all formations with "granite" in their name.
(prod, test, dev)

{{ details_table|safe }}
{{ notes_table|safe }} {% if aq|length > 0 %}

Linked aquifer codes:

{{ aq_table|safe }} {% endif %}

Find wells which have {{ details.map_symbol }} in a strat log

Find wells which have {{ details.map_symbol }} in a hydrostrat log - also includes intervals against hydrostrat sub-units

{% endblock %}