Title
#if ($rich-links-hide-site-icon != "true")
Site
#end
#if ($rich-links-hide-site-name != "true")
Space/Site
#end
#if ($rich-links-show-document-identifier == "true")
Document Identifier
#end
#if ($rich-links-show-publish-date == "true")
Published
#end
#if ($rich-links-show-creation-date == "true")
Created
#end
#if ($rich-links-show-space-owner-image == "true")
Space Owner
#end
#if ($rich-links-show-space-owner == "true")
Space Owner
#end
#if ($rich-links-show-page-owner-image == "true")
Page Owner
#end
#if ($rich-links-show-page-owner == "true")
Page Owner
#end
#if ($rich-links-show-creator-image == "true")
Created By
#end
#if ($rich-links-show-creator == "true")
Created By
#end
#if ($rich-links-show-last-modified == "true")
Last Changed
#end
#if ($rich-links-show-last-modifier-image == "true")
Changed By
#end
#if ($rich-links-show-last-modifier == "true")
Changed By
#end
#if ($rich-links-show-page-status == "true")
Page Status
#end
#if ($rich-links-hide-description != "true")
Description
#end
#if ($rich-links-show-labels == "true")
Labels
#end
#if ($rich-links-show-page-comment-count == "true")
#end
#if ($rich-links-show-page-descendant-count == "true")
Descendants
#end
#if ($rich-links-show-filter-groups.size() > 0)
#foreach ($groupName in $rich-links-show-filter-groups)
#set ($groupNameSafe = $brikitCore.classify($groupName))
$groupName
#end
#end