<%foreach albums album|paginate pageSize=core.preferences.imagesPerPage page=albumPage> <%first>

<%= Page.ImageBrowser.Header.Albums|l10n|html>

<%include include/pagination.html pageParameter=="albumPage">
<%/first> <%if loop.even>
<%/if>
<%include include/viewAlbum.html>
<%= false|store key==endRow> <%if loop.odd><%= true|store key==endRow><%/if> <%last><%= true|store key==endRow><%/last> <%if endRow>
<%/if> <%last>
<%include include/pagination.html pageParameter=="albumPage"> <%/last> <%/foreach>