#if>
${user.username?html}
<#if showKarma && karmaEnabled && post.userId != 1>
#if>
<#if post.userId != 1>
<#assign rankStr = rank.getRankTitle(user.rankId, user.totalPosts)/>
<#if rankStr?trim != "">
${rankStr?html}
#if>
#if>
<#if showAvatar && (user.avatar?exists && user.avatar?length > 0)>
<#if user.isExternalAvatar() || user.avatar.startsWith("http://") || user.avatar.startsWith("https://")>
<#if avatarAllowExternalUrl>
#if>
<#else>
![[Avatar]](${contextPath}/${avatarPath}/${user.avatar})
#if>
#if>
<#if post.userId != 1>
${I18n.getMessage("PostShow.userRegistrationDate")}: ${user.registrationDay}
${I18n.getMessage("PostShow.userTotalMessages")}: ${user.totalPosts}
#if>
<#if (user.from?exists && user.from?length > 0)>
${I18n.getMessage("PostShow.userFrom")}: ${user.from?html}
#if>
<#if showIP && post.userIp?exists && (isModerator || isAdmin)>
${I18n.getMessage("PostShow.userIP")}: ${post.userIp}
#if>
<#if showOnline && (post.userId != 1) >
<#if user.isOnline()>
${I18n.getMessage("PostShow.userOnline")}
<#else>
${I18n.getMessage("PostShow.userOffline")}
#if>
#if>
<#if topic.type == TOPIC_WIKI>
#if>