{#if groups.length === 0}
No perteneces a ningĂșn grupo permitido.
{:else}
Grupos
{#each groups as g}
{/each}
{/if}