{$content.p1}
{$content["map-prompt"]}
{#each Object.entries(entriesByCountry) as [name,entries]}{$content.location}: {getAddress(entry)}
{$content.members}: {entry.members}
{#if entry.contact.includes("@")}{$content.contact}: {entry.contact}
{:else if entry.contact.includes("http")}{$content.contact}: {entry.contact}
{:else}{$content.contact}: {entry.contact}
{/if}