<%include include/head.html> <%if albumRequested> <%ifnull album>

<%= Page.ImageBrowser.Album.Error.NotFound.Text|l10n|html>

<%elseifnull album.title>

<%= Page.ImageBrowser.Album.Error.NotFound.Text|l10n|html>

<%else>

<%= Page.ImageBrowser.Album.Title|l10n|replace needle='{album}' replacementKey=album.title|html>

<%foreach album.albums album>
<%ifnull album.image> <% album.title|html> <%else> <% album.title|html> <%/if>
<%/foreach> <%foreach album.images image>
<% image|image-link max-width=200 max-height=150>
<%/foreach>
<% album.description|html>
<%if album.sone.current> <%include include/uploadImage.html> <%include include/createAlbum.html> <%/if> <%/if> <%elseif imageRequested> <%ifnull image> <%else>
<% image|image-link max-width=200 max-height=150>
<%/if> <%elseif soneRequested> <%ifnull sone>

<%= Page.ImageBrowser.Sone.Error.NotFound.Text|l10n|html>

<%else>

<%= Page.ImageBrowser.Sone.Title|l10n|replace needle='{sone}' replacementKey=sone.niceName|html>

<%foreach sone.albums album>
<%ifnull album.image> <% album.title|html> <%else> <% album.title|html> <%/if>
<%/foreach> <%if sone.current> <%include include/createAlbum.html> <%/if> <%/if> <%/if> <%include include/tail.html>