{{#if loadingMore}}
Loading more...
{{else}}
{{#if moreResults}}
Load more
{{/if}}
{{/if}}
{{#each conversationMessages _id}}
{{#if this.system}}
{{this.content}}
{{else}}
{{#if $eq this.senderId userid}}
{{#unless ../groupConversation}}
{{#if messagereadStatus}}
{{#if this.image}}
{{formatTimeRead this.timesent}}
{{this.senderDisplayname}}
{{else}}
{{formatTimeRead this.timesent}}
{{this.senderDisplayname}}
{{{urlizeContent}}}
{{/if}}
{{else}}
{{#if this.image}}
{{formatTimeRead this.timesent}}
{{this.senderDisplayname}}
{{else}}
{{formatTimeRead this.timesent}}
{{this.senderDisplayname}}
{{{urlizeContent}}}
{{/if}}
{{/if}}
{{else}}
{{#if this.image}}
{{formatTimeRead this.timesent}}
{{this.senderDisplayname}}
{{else}}
{{formatTimeRead this.timesent}}
{{this.senderDisplayname}}
{{{urlizeContent}}}
{{/if}}
{{/unless}}
{{else}}
{{#if this.image}}
{{formatTimeRead this.timesent}}
{{this.senderDisplayname}}
{{else}}
{{formatTimeRead this.timesent}}
{{this.senderDisplayname}}
{{{urlizeContent}}}
{{/if}}
{{/if}}
{{/if}}
{{/each}}
{{#unless this.groupConversation}}
{{#if recipientreadStatus}}
read: {{formatTimeRead recipientreadStatus}}
{{else}}
{{/if}}
{{/unless}}