{{#if inPrivateChat}}
{{> makeButton id="close" btn_class="secondary tiny round toPublic " i_class="ion-ios-arrow-left" rel="tooltip"
data_placement="bottom" title="Back to public" label="Public"}}
{{privateChatName}}
{{/if}}
{{#each getCombinedMessagesForChat}}
{{#if message}}
- {{> message}}
{{/if}}
{{/each}}
{{#unless userExists}}- The user has left
{{/unless}}