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