{{# with messageContext}}
{{#if hasNoThreads}}
{{_ "No_Threads"}}
{{/if}}
{{#unless doDotLoadThreads}}
{{#if isLoading}}
{{> loading}}
{{/if}}
{{/unless}}
{{#if message}}
{{> thread mainMessage=message room=room subscription=subscription settings=settings close=close}}
{{/if}}
{{/with}}