{$i18n.t("Groups")} {#if adding}
{ if (!ev.detail) adding = false; }} placeholder={$i18n.t("Choose an entity...")} />
{/if}
{#each groups as [groupAddress, groupEntryAddress]}
dispatch("highlighted", groupAddress)} on:mouseleave={() => dispatch("highlighted", undefined)} > removeGroup(groupEntryAddress)} />
{:else}
{$i18n.t("Object is not in any groups.")}
{/each}
{#if !adding}
(adding = true)} />
{/if}