{{#if Template.subscriptionsReady}}
{{#unless hasMessages}}
{{/unless}}
{{/if}}
{{# with messageContext}}
{{#each msg in messages}}
{{> message msg=msg room=room subscription=subscription groupable=false settings=settings u=u}}
{{/each}}
{{/with}}
{{#if hasMore}}
{{> loading}}
{{/if}}