{% extends "rgd/_base/list_view.html" %} {% block list_headers %} Thumbnail ID - Name Data Type {% endblock list_headers %} {% block list_entries %} {% for image_set in image_sets %} {# Display thumbnail of first image if available #} {% if image_set.images.first %} {% endif %} {{ image_set.id }} - {{ image_set.name }} ImageSet {% endfor %} {% endblock list_entries %}