{#key $loaded} {#if $loaded==2}

{$content.communes}

commune

{$content.p1}

{$content.subheading1}

mapCallbackCommunes(createMap,$content,locale)}> {#each Object.entries(communesByCountry) as [name,communes]}

{$content[name]}

{#each communes as commune}

{$content.location}: {$content[commune.location[0][0]] + (commune.location[0][1]=="" ? "" : ", " + $content[commune.location[0][1]])}

{$content.status}: {$content[commune.status]}

{$content.members}: {commune.members}

{$content.contact}: {$content[commune.contact[1]]}

{/each}
{/each}
{/if} {/key}