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