{#if store.state.jwtinfo.userdetails.permissions.includes("CARD:UPDATE")}
{$_("loading-cards")} {$_("this-might-take-a-moment")}
{#each $table.getHeaderGroups() as headerGroup}
{/each}
{#each $table.getRowModel().rows as row}
{#each headerGroup.headers as header}
{/each}
{#each row.getVisibleCells() as cell}
{/each}