{{#if showUserReplyTab}}
{{/if}}
{{#unless controller.multiSelect}}
{{/unless}}
{{view Discourse.RepliesView content=replies postView=view}}
{{discourse-action-history post=this}}
{{view Discourse.TopicMapContainerView post=this topic=controller.model}}
{{{cooked}}}
{{#if view.showExpandButton}}
{{#if controller.loadingExpanded}}
{{else}}
{{/if}}
{{/if}}
{{view Discourse.PostMenuView postBinding="this" postViewBinding="view"}}
{{collection contentBinding="internalLinks" itemViewClass="Discourse.PostLinkView" tagName="ul" classNames="post-links"}}
{{#if topic.details.can_reply_as_new_topic}}
{{/if}}