{{if topicType == “4” && isOldActivityTopic != 0}}
{{/if}}
{{if topicType == “4” && commentVisibleType == “1” }}
{{if !(loginUserinfo&&loginUserinfo.isSuperman == “1”)}}
{{/if}}
{{/if}}
{{if posts && posts.length > 0}}
{{each posts post index}}
{{if post.status == “0”}}
{{post.storey}}#
{{if post.delReason!=””&&post.delReason!=null&&post.delReason!=undefined}}
{{deleteCommentReason}}{{post.delReason}}
{{else}}
{{deleteCommentText}}
{{/if}}
{{post.createDate | dateFormattersec}}
{{else}}
{{if (post.createUser.tagType == 1 || post.createUser.tagType == 2) || (post.createUser.tagType == 7
&& post.createUser.kocGroupIcon && post.createUser.roleTag) || (post.createUser.tagType == 0 &&
post.createUser.groupUrl && post.createUser.groupName)}}
{{post.createUser | formatUserGroup ‘roleTag’}}
{{/if}}
{{post.createUser.userName}}
{{if post.createUser.levelName}}
{{post.createUser.levelName}}
{{/if}}
{{if post.isTop == “1”}}
{{topText}}
{{/if}}
{{post.storey}}#
{{@ post.content}}
{{if post.checkStatus==”2″||post.checkStatus==”3″}}
{{/if}}
{{if post.checkStatus!=”2″&&post.checkStatus!=”3″}}
{{post.createDate | dateFormattersec}}
{{if !isPC}}
{{if post.isVote == “1”}}
{{else}}
{{/if}}
{{post.totalVotes}}
{{/if}}
{{/if}}
{{if post.posts != null && post.posts != “”}}
{{/if}}
{{/if}}
{{/each}}
{{else}}
{{noReplyText}}
{{/if}}


