<%include include/pagination.html>
<%foreach posts post>
<%if post.loaded>
<%= true|store key=postShown>
<%include include/viewPost.html>
<%else>
<%= true|store key=postNotLoaded>
<%/if>
<%/foreach>
<%if postNotLoaded>
<%= Page.Bookmarks.Text.PostsNotLoaded|l10n|html>
<%else>
<%if !postShown>
<%= Page.Bookmarks.Text.NoBookmarks|l10n|html>
<%/if>
<%/if>
<%include include/pagination.html>
<%include include/tail.html>