{{#if avatar}}
{{#if avatarFromUsername}}
{{else}}
{{/if}}
{{else}}
{{#if emoji}}
{{else}}
{{/if}}
{{/if}}
{{#each roleTags}}
{{description}}
{{/each}}
{{#if isBot}}
BOT
{{/if}}
{{time}}
{{#if showTranslated}}
{{/if}}
{{#if edited}}
{{/if}}
{{#if private}}
{{_ "Only_you_can_see_this_message"}}
{{/if}}
{{{body}}}
{{#if hasOembed}}
{{#each urls}}
{{injectIndex . @index}} {{> oembedBaseWidget}}
{{/each}}
{{/if}}
{{#each attachments}}
{{injectIndex . @index}} {{> messageAttachment}}
{{/each}}
{{#each actionLink in actionLinks}}
-
{{#if actionLink.icon}}
{{/if}}
{{#if actionLink.i18nLabel}}
{{_ actionLink.i18nLabel}}
{{else}}
{{actionLink.label}}
{{/if}}
{{/each}}
{{#each reaction in reactions}}
-
{{> renderEmoji reaction.emoji}}
{{reaction.count}}
{{reaction.usernames}} {{reaction.reaction}}
{{/each}}
-