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