{{#if controller.multiSelect}} {{else}}
{{/if}} {{#if showUserReplyTab}} {{#if loadingParent}} {{i18n loading}} {{else}} {{i18n post.in_reply_to}} {{avatar reply_to_user imageSize="tiny"}} {{reply_to_user.username}} {{/if}} {{/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}} {{i18n post.reply_as_new_topic}} {{/if}}