{{>flow_topic_titlebar}} {{#if @root.posts}} {{#each replies}} {{#eachPost @root this}} {{post @root this}} {{/eachPost}} {{/each}} {{/if}} {{#if actions.reply}} {{#ifCond @root.submitted.postId "===" postId}} {{> flow_reply_form}} {{else}} {{#progressiveEnhancement type="replace" target="~ a"}} {{> flow_reply_form}} {{/progressiveEnhancement}} {{~l10n "flow-reply-topic-title-placeholder" properties.topic-of-post-text-from-html~}} {{/ifCond}} {{/if}}