<% if GalleryItems %>
    <% if GalleryItems.NotFirstPage %> <% control PreviousGalleryItems %>
  • $GalleryItem
  • <% end_control %> <% end_if %> <% control GalleryItems %>
  • $GalleryItem
  • <% end_control %> <% if GalleryItems.NotLastPage %> <% control NextGalleryItems %>
  • $GalleryItem
  • <% end_control %> <% end_if %>
<% end_if %>