{#if logo}
{title}
{/if} {#if contact.address}

{t('location')}

{@html contact.address}
{/if} {#if contact.email}

{t('contact')}

{contact.email}
{/if} {#if socials.length > 0}

{t('follow_us')}

    {#each socials as social}
  • {#if social.picto} {@html social.picto} {:else} {social.label} {/if}
  • {/each}
{/if}

{t('copyright', { year })}

{t('cookies')}
{#if contact.legalNotice} {t('legal')} {/if}
{t('privacy')}