{#if store.state.jwtinfo.userdetails.permissions.includes("USERGROUP:GET")} {#await groups_promise} {:then} {#if current_groups.length === 0} {:else}
{#each current_groups as group} {#if Object.values(group) .toString() .toLowerCase() .includes(searchvalue)} {#if active_deletes[group.id] === true} {:else} {/if} {/if} {/each}
{$_("name")} {$_("description")} {$_("action")}
{group.name}
{group.description} Details {#if store.state.jwtinfo.userdetails.permissions.includes("USERGROUP:DELETE")} {/if}
{/if} {:catch error}
{$_("general_promise_error")} {error}
{/await} {/if}