{{#if showUserReplyTab}}
{{/if}}
{{#if controller.multiSelect}}
{{/if}}
{{view Discourse.PrependPostView postBinding="this"}}
{{#unless controller.multiSelect}}
{{/unless}}
{{view Discourse.RawDivView class="cooked" contentBinding="cooked"}}
{{view Discourse.PostMenuView postBinding="this" postViewBinding="view"}}
{{view Discourse.RepliesView contentBinding="replies" postViewBinding="view"}}
{{view Discourse.ActionsHistoryView contentBinding="actionsHistory"}}
{{#if deleted}}
{{i18n post.deleted_by}} {{avatar postDeletedBy imageSize="tiny"}} {{unboundAge postDeletedAt}}
{{/if}}
{{view Discourse.TopicSummaryView postBinding="this"}}
{{collection contentBinding="internalLinks" itemViewClass="Discourse.PostLinkView" tagName="ul" classNames="post-links"}}
{{#if topic.details.can_reply_as_new_topic}}
{{/if}}