{#key loaded} {#if Object.keys($content).length!=0}

{$content.heading}

coops

{$content.p1}

{$content.p2}

{$content.subheading1}

mapCallbackCoops(createMap,$content,locale)}>

{$content.subheading2}

{#each coops as coop}

{$content.name}: {coop.name}

{$content.location}: {coop.location[0][locale[0]]}

{$content.market}: {coop.market[locale[0]]}

{$content.workers}: {coop.workers}

{$content.status}: {coop.status[locale[0]]}

{$content.website}: {coop.website}

{$content.contact}: {coop.contact[1][locale[0]]}

{$content.description}: {coop.description[locale[0]]}

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