{locale group="quiqqer/template-cologne" var="template.topbar.content.left"}
{* product search *}
{$Search->create()}
{* language & currency switch *}
{if $Template->getAttribute('showTopbarLanguageSwitch')}
{control control="\QUI\Bricks\Controls\LanguageSwitches\DropDown" showArrow=false}
{/if}
{* Show separator only if both controls are enabled *}
{if $Template->getAttribute('showTopbarLanguageSwitch') && $Template->getAttribute('showTopbarCurrencySwitch')}
{/if}
{if $Template->getAttribute('showTopbarCurrencySwitch')}
{control control="QUI\TemplateCologne\Controls\CurrencySwitch"}
{/if}
{* END language & currency switch *}