{# Table structure for photo metadata #} {% if point.children.photo|length > 0 %}

Photos

{% for photo in point.children.photo %}
File name {{ photo.photo_file }}
Caption {{ render(photo.caption) }}
Description {{ render(photo.description) }}
Entered {{ photo.recorded_by }} at {{ photo.recorded_on }}
{% endfor %}
{% endif %}