{% extends "app_layout_well.html" %} {% block header_title %} {{ title }} - Drillhole logs {% endblock %} {% block title %} Geophysical logs - {{ title }} {% endblock %} {% block well_content %}
Back to well summary.
{{ md_table|safe }} {% for job_no, logged_date, md_row_table, files_table in files_tables %}Back to the top.
{{ md_row_table|safe }}
{{ files_table|safe }}
{% endfor %} {% endblock %}