{% extends "app_layout.html" %} {% block header_title %} {{ group.group_code }} - drillhole group {% endblock %} {% block title %} Drillhole group: {{ group.group_code }} {% endblock %} {% block content %}
Group type: {% if group.group_type == 'OMN' %}{% endif %} {{ group.group_type }} {% if group.group_type == 'OMN' %}{% endif %}
Comments: {{ group.group_comments }}
Load {{ dhs|length }} wells - use this link to access CSV downloads etc.
{{ dhs_table|safe }} {% endblock %}