{@html row.key.html ? row.key.html : row.key.text || ''}
{@html row.value.html ? row.value.html : row.value.text || ''}
{#if row.actions.items}
{#if row.actions.items.length == 1}
<_actionLink {row.actions.items.[0]} />
{:else}
{#each (row.actions.items || []) as action, index}
{/each}
{/if}
{/if}