<#import "/assets/icons/chevron-down.ftl" as icon> <#import "/components/atoms/link.ftl" as link> <#macro kw currentLocale="" locales=[]>
<@link.kw @click="open = true" color="secondary" component="button" type="button">
${currentLocale} <@icon.kw />
<#list locales as locale> <#if currentLocale != locale.label>
<@link.kw color="secondary" href=locale.url size="small"> ${locale.label}