{% extends "app_well_layout.html" %} {% block header_title %} {{ title }} - Well construction {% endblock %} {% block title %} Well construction - {{ title }} {% endblock %} {% block well_content %}

Back to well summary. {{ summary_table|safe }} {% for event_list in events %} {% for cevent in event_list|reverse %}

{{ cevent['title'] }}

{{ cevent['comments'] }}

{% if 'wcuts' in cevent['data_types'] %}

Water cuts

{{ cevent['wcuts']|safe }} {% endif %}

Summary 1

{{ cevent['summary_1_table']|safe }}

Summary 2

{{ cevent['summary_2_table']|safe }}
{% if 'drilling' in cevent['data_types'] %}

Drilled intervals

{{ cevent['drilling']|safe }}
{% endif %} {% if 'other_items' in cevent['data_types'] %}

Other items

{{ cevent['other_items']|safe }}
{% endif %}
{% if 'casing' in cevent['data_types'] %}

Casing strings

{{ cevent['casing']|safe }}
{% endif %} {% if 'pzones' in cevent['data_types'] %}

Production zones

{{ cevent['pzones']|safe }}
{% endif %} {% if 'seals' in cevent['data_types'] %}

Casing seals

{{ cevent['seals']|safe }}
{% endif %}
{% endfor %} {% endfor %} {% endblock %}