<#macro side isArticle>
<#if !isArticle>
<#if "" != noticeBoard>
${noticeBoard}
${noticeBoardLabel}
${viewCount1Label} ${statistic.statisticBlogViewCount}
${articleCount1Label} ${statistic.statisticPublishedBlogArticleCount}
${commentCount1Label} ${statistic.statisticPublishedBlogCommentCount}
RSS
${translateLabel}
<#if isArticle> <#if relevantArticlesDisplayCount??> <#if nextArticlePermalink??> <#else>
${newestArticleLabel}
<#if previousArticlePermalink??> <#else>
${lastArticleLabel}
<#if 0 != relevantArticlesDisplayCount>
${relevantArticlesLabel}
<#if 0 != randomArticlesDisplayCount>
${randomArticlesLabel}
<#if externalRelevantArticlesDisplayCount?? && 0 != externalRelevantArticlesDisplayCount>
${externalRelevantArticlesLabel}
${registerLabel}
${adminLabel}
${logoutLabel}