<#include "header.htm"/> <#import "../macros/pagination.ftl" as pagination/>
${I18n.getMessage("ForumListing.forumIndex")} -> ${I18n.getMessage("Bookmarks.for")} ${user.username}
<#assign owner = loggedUserId == user.id/> <#if owner> <#if bookmarks.size() == 0> <#assign color = "row1"/> <#list bookmarks as b> <#if b.relationType == topicType> <#if b.isPublicVisible() || owner> <#if owner> <#if owner> <#if color == "row1"> <#assign color = "row2"/> <#else> <#assign color = "row1"/>
 ${I18n.getMessage("Bookmarks.title")}   ${I18n.getMessage("Bookmarks.description")}  ${I18n.getMessage("Action")} 
${I18n.getMessage("Bookmarks.empty")}
[Post]${b.title} <#if (b.description?default("")?length > 0)>${b.description}${I18n.getMessage("Edit")}${I18n.getMessage("Delete")}
 
<#if thisPage?exists><@pagination.doPagination "list", -1/>
<#include "bottom.htm"/>