{% extends "app_layout.html" %} {% block header_title %} Aquifer units {% endblock %} {% block title %} Aquifer units {% 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)

{{ table|safe }} {% endblock %}