{#each $messages as msg}
{$t(`common.${msg.type}`)}!
{msg.text} {#if msg.actions}
{#each msg.actions as action} {/each}
{/if}
{/each}