{{render 'topic-progress'}}
{{#if postStream.loadingAbove}}
{{i18n loading}}
{{/if}}
{{#unless postStream.loadingFilter}}
{{cloaked-collection cloakView="post"
idProperty="post_number"
defaultHeight="200"
content=postStream.posts
slackRatio="15"
loadingHTML=controller.loadingHTML
preservesContext="true"
uncloakDefault="true"
offsetFixedTop="header"
offsetFixedBottom="#reply-control"}}
{{/unless}}
{{#if postStream.loadingBelow}}
{{i18n loading}}
{{/if}}