{% extends "app_layout.html" %} {% block header_title %} {{ details.aquifer_code }} - {{ details.hydro_subunit_desc }} - Aquifer unit {% endblock %} {% block title %} Aquifer unit - {{ details.aquifer_code }} - {{ details.hydro_subunit_desc }} {% endblock %} {% block content %}

Use "%" to search for all values. Use "%" in both fields, for example, to show all aquifer units in SA Geodata.
e.g. "Qpcb", "Thg%", or "%conf%". Use the % to match other text, so "Thg%" matches both Gambier Limestone and all members. "%conf%" matches e.g. Ty(conf)
case-insensitive. Use % to match missing text e.g. "%T1%" to match all aquifer codes with "T1" in their name.
(prod, test, dev)

{{ details_table|safe }}

Other aquifers as part of the same linked stratigraphic unit

{{ other_aq_table|safe }}

Aquifer monitored code

Find wells which have {{ details.aquifer_code }} as the exact current aquifer monitored code - excludes completions across multiple aquifers

Find wells which have {{ details.aquifer_code }} within the current aquifer monitored code - INCLUDES wells screened across multiple aquifers

Find wells which have {{ details.aquifer_code }} within a current or past aquifer monitored code - including completions across multiple aquifers

Related files from P:\Projects_GW\State\Groundwater_Toolbox\Aquifer_Database

{{ reports_table|safe }}
{% if aq|length > 0 %}

Linked aquifer codes:

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