{{#if controller.multiSelect}}
{{else}}
{{/if}}
{{#if showUserReplyTab}}
{{/if}}
{{view Discourse.PrependPostView postBinding="this"}}
{{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"}}
{{view Discourse.TopicSummaryView postBinding="this"}}
{{collection contentBinding="internalLinks" itemViewClass="Discourse.PostLinkView" tagName="ul" classNames="post-links"}}
{{#if controller.can_reply_as_new_topic}}
{{/if}}