<{$campaign->getName()}>:
<{if $campaign->getPercent()}>
<{t x=$campaign->getPercent()}>Save up to {x}%<{/t}>
<{elseif $campaign->getPrice()}>
<{t x=$campaign->getPrice()}>Save up to {x} <{$webshop->getCurrency()}><{/t}>
<{elseif $campaign->getPriceModel()}>
<{t x=$campaign->getPriceModel()}>Get the cheapest product free when purchasing {x} or more<{/t}>
<{/if}>
<{include file="components/button.html" class="campaign-notice__toggle" xshow="!openDescription" variant="icon" text_hidden=true icon="chevron-down" xclick="openDescription=!openDescription" }>
<{include file="components/button.html" class="campaign-notice__toggle" xshow="openDescription" variant="icon" text_hidden=true icon="chevron-up" xclick="openDescription=!openDescription" }>
<{if $campaign->getExpires()}>
<{t}>Campaign ends in <{/t}>
00:00:00:00
<{/if}>
<{$campaign->getDescription()}>
<{if $campaign->getExpires()}>
<{t}>Campaign lasts until <{$campaign->getExpires()|date_format:'%Y-%m-%d %H:%M:%S' }><{/t}>.
<{/if}>