{% extends "app_well_layout.html" %} {% block header_title %} {{ title }} - Drillhole document images {% endblock %} {% block title %} Drillhole document images - {{ title }} {% endblock %} {% block well_content %}

Back to well summary

{{ images|length }} images found - {% if width > 700 %} reload as thumbnails

{% elif width < 700 %} reload as full size images {% endif %}

Or specify the size:

When clicking on an image:

{% for image in images %} {% endfor %} {% endblock %}