{%- block items -%}
{%- for entry in data.widget._pieces -%}
{# Works whether there's a relationship in the join or not. Normally there always #}
{# is for slideshows, but just in case someone really hates cropping... -Tom #}
{%- set image = entry.item or entry -%}
{%- set relationship = entry.relationship -%}
{%- block title -%}
{{ image.title }}
{%- endblock -%}
 }}{% endblock %})
{%- block credit -%}
{%- if image.credit -%}
{%- if image.creditUrl -%}
{%- endif -%}
{{ image.credit }}
{%- if image.creditUrl -%}
{%- endif -%}
{%- endif -%}
{%- endblock -%}
{%- block description -%}
{%- if image.description -%}
{{ image.description | nlbr }}
{%- endif -%}
{%- endblock -%}
{%- endfor -%}
{%- endblock -%}