{#if groupQuery.isLoading}

Loading raid group...

{:else if groupQuery.isError}

Failed to load raid group

{:else if group} {#snippet leftAccessory()} {/snippet} {#snippet rightAccessory()} {#if canEdit} {/if} {/snippet}
{group.hl ? 'Yes' : 'No'} {group.extra ? 'Yes' : 'No'} {group.guidebooks ? 'Yes' : 'No'} {#if group.raids && group.raids.length > 0}
{#each group.raids as raid} {/each}
{/if}
{:else}

Raid Group Not Found

The raid group you're looking for could not be found.

{/if}