#include "header.htm"/>
<#import "../../macros/pagination.ftl" as pagination/>
<#import "../../macros/presentation.ftl" as presentation/>
<#assign rankStr = rank.getRankTitle(user.rankId, user.totalPosts)/>
<#if topic.type == TOPIC_WIKI>
#if>
${I18n.getMessage("PostShow.author")}:
${user.username?html}<#if rankStr?trim != "">, ${rankStr?html}#if>
<#if topic.type == TOPIC_WIKI>
#if>
${post.formattedTime}
<#if topic.status != STATUS_LOCKED && !readonly && topic.type != TOPIC_WIKI>

#if>
<#if canEditCurrentMessage>

#if>
<#if canRemove && ((post.userId == session.userId && session.userId != 1) || isModerator)>
![[Delete]](${contextPath}/templates/${templateName}/images/icon_delete.gif)
#if>