@for (table of tables(); track table) { } Water Table Depths @for (result of results(); track result) { @let location = result?.location; }
Latitude (°) Longitude (°) Depth (meters)
{{ location?.latitude }} {{ location?.longitude }} {{ location?.water_table_depth.toFixed(4) }}