1 ##parameters=start=0, size=10, container_type='portfolio'
3 if container_type
== 'portfolio' :
4 options
.update(context
.getPhotosInfos(context
,
7 elif container_type
== 'lightbox' :
8 options
.update(context
.getLightboxPhotosInfos(context
,
11 elif container_type
== 'selection' :
12 options
.update(context
.getSelectionPhotosInfos(pho_start
=start
,
14 return context
.portfolio_thumbnails_tail_template(**options
)