{% extends "app_layout_well.html" %} {% block header_title %} {{ title }} - Drillhole images (photos) {% endblock %} {% block title %} Drillhole images (photos) - {{ 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 im in images %}

{{ im['pretty_date'] }} {% if im['photographer'] %}
Photographer: {{ im['photographer'] }} {% endif %} {% if im['direction'] %}
Direction: {{ im['direction'] }} {% endif %} {% if im['title'] %}
{{ im['title'] }} {% endif %}
Created: {{ im['created_by'] }} on {{ im['creation_date'] }}

{% endfor %} {% endblock %}