<#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"/> <#if owner> <#assign color = "row1"/> <#list watchedForums as f> <#if color == "row1"> <#assign color = "row2"/> <#else> <#assign color = "row1"/> <#assign color = "row1"/> <#list watchedTopics as t> <#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?html} <#if (b.description?default("")?length > 0)>${b.description?html}<#else> ${I18n.getMessage("Edit")}${I18n.getMessage("Delete")}
<#if watchedForums.size() == 0> ${I18n.getMessage("Watches.forums.none")} <#else> ${I18n.getMessage("Watches.forums")}
[Post] ${f.get("forumName")} ${I18n.getMessage("Watches.forums.stop")}
<#if watchedTopics.size() == 0> ${I18n.getMessage("Watches.topics.none")} <#else> ${I18n.getMessage("Watches.topics")}
[Post] ${t.get("title")?html} ${I18n.getMessage("Watches.topics.stop")}
 
<#if thisPage?exists><@pagination.doPagination "list", -1/>
<#include "bottom.htm"/>