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

{$content.parties}

party

{$content.p1}

{$content.subheading1}

mapCallbackParties(createMap,$content)}>

{$content["map-prompt"]}

{#each Object.entries(partiesByCountry) as [name,parties]}

{$content[name]}

{#each parties as party}

{$content.name}: {party.name}

{$content.location}: {$content[party.location[0]]}

{$content.link}: {party.link}

{$content.description}: {$content[party.description]}

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