{% extends "layout.html" %} {% block content_custom_css %} {% endblock %} {% block content %} {% if filtered %} {% if num_imgsetids > 0 %} {% endif %} {% if num_gids > 0 %} {% endif %} {% endif %}
{% if num_images == 0 %} {% else %} {% for (gid, imgsetid_list_str_, name, unixtime, datetime, gps, party, contributor, notes, reviewed) in image_list %} {% if num_imgsetids > 0 %} {% elif num_gids > 0 %} {% endif %} {% endfor %} {% endif %}
GID Thumbnail Image Name Date / Time GPS Party Contributor Notes Annotations ImageSet
Sorry, no images to display
{{ gid }} {{ name }} {{ datetime }} {{ gps }} {{ party }} {{ contributor }} {{ notes }} ReviewGo toGo to
{% endblock %} {% block content_custom_javascript %} {% endblock %}