<#include "header.htm"/> <#import "../../macros/pagination.ftl" as pagination/>
${I18n.getMessage("Bookmarks.for")} ${user.username}

<#assign owner = loggedUserId == user.id/> <#assign color = "row1"/> <#list bookmarks as b> <#if b.relationType == topicType> <#if b.isPublicVisible() || 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"/>
<#if bookmarks.size() == 0> ${I18n.getMessage("Bookmarks.empty")} <#else> ${I18n.getMessage("Bookmarks.list")}
${b.title} <#if (b.description?default("")?length > 0)> (${b.description})
<#if watchedForums.size() == 0> ${I18n.getMessage("Watches.forums.none")} <#else> ${I18n.getMessage("Watches.forums")}
<#if watchedTopics.size() == 0> ${I18n.getMessage("Watches.topics.none")} <#else> ${I18n.getMessage("Watches.topics")}
<#if thisPage?exists><@pagination.doPagination "list", -1, 1/> <#include "bottom.htm"/>