{% comment %} Add a thumbnail image or icon based on format for a child item, with a object_location link (if available). {% endcomment %} {% if child.object_location %}{% endif %} {% if child.image_thumb or child.image_small %} {{ child.image_alt_text | default: child.description | default: child.title | escape }} {% else %} {{ child.title | escape }} - {{ child.format }} {% endif %} {% if child.object_location %}{% endif %}