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