{%- 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 -%} {% block imgAlt %}{{ image.title }}{% 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 -%}
{% block arrows %} {% if data.widget._pieces.length > 1 %} {% endif %} {% endblock %}