{#each filterTx([tx, ...tx.txes], core.class.TxCreateDoc) as ctx, i}
{#if i === 0}
{/if}
{#if typeof viewlet?.component === 'string'}
{:else}
{/if}
{/each}
{#each filterTx([tx, ...tx.txes], core.class.TxRemoveDoc) as ctx, i}
{#if i === 0}
{/if}
{#if typeof viewlet?.component === 'string'}
{:else}
{/if}
{/each}