{% extends "app_layout_well.html" %} {% block head_extra %} {% endblock %} {% block header_title %} {{ title }} - Well summary {% endblock %} {% block title %} Well summary - {{ title }} {% endblock %} {% block well_content %}

Summary

{{ well_table|safe }}

{{ wl_chart_from }} - {{ wl_chart_to }}

{{ sal_chart_from }} - {{ sal_chart_to }}
{% if aqmon|length > 0 %}

Aquifers monitored

{{ aqmon_table|safe }} {% endif %} {% if const|length > 0 %}

Construction

{{ const_table|safe }} {% endif %} {% if notes|length > 0 %}

Notes

{{ notes_table|safe }} {% endif %} {% if status|length > 0 %}

Status codes

{{ status_table|safe }} {% endif %} {% if groups|length > 0 %}

Monitoring networks / drillhole groups

{{ groups_table|safe }} {% endif %} {% if elev|length > 0 %}

Elevation

{{ elev_table|safe }} {% endif %} {% if files|length > 0 %}

Files

{{ files_table|safe }} {% endif %} {% if geophyslogs|length > 0 %}

Geophysical logs

{{ geophyslogs_table|safe }} {% endif %} {% if refs|length > 0 %}

SAMREF (via SARIG) references

{{ refs_table|safe }} {% endif %}
{% endblock %}