{{#if result}}
{{#if $and result.message result.message.docs}}
{{# with messageContext}}
{{#each msg in result.message.docs}}{{> message msg=(messageParse msg) groupable=true room=room subscription=subscription settings=settings u=u}}{{/each}}
{{/with}}
{{else}}
{{_ "No_results_found"}}
{{/if}}
{{/if}}
{{#if searching}}
{{> loading}}
{{/if}}