David wrote: > > [% product.images.first.filename %] Try [% product.images.list.first.filename %] to force the scalar into a list, it's a noop on listrefs. See also Template::Manual::VMethods S.