{#if !isHidden} {#key key}
{#if showNotify && !embedded && !isShort}
{/if} {#if embedded}
{:else if isShort} {:else}
{#if $$slots.icon} {:else if person} {:else} {/if} {#if isSaved}
{/if} {#if socialIcon} {/if}
{/if}
{#if !isShort}
{#if person}
{#if socialId !== undefined} ({socialId.type}) {/if} {:else}
{/if} {#if !skipLabel} {/if} {#if !skipLabel && showDatePreposition} {/if} {#if message.editedOn} ( {/if} {#if withActions && inlineActions.length > 0 && !readonly}
{#each inlineActions as item} {/each}
{/if}
{/if} {#if !hideFooter} {/if} {#if parentMessage && showEmbedded}
{/if}
{#if withActions && !readonly}
{/if}
{/key} {/if}