{for i in images}
${i.details}
{/for}
{for ex in exhibitions}
${ex.subtext}
{if ex.catalog !== undefined}
download catalog
{/if} {if ex.text !== undefined}
download text
{/if} {if ex.video !== undefined}
view video
{/if}
{/for}