<{if $settings.checkout.enable_voucher}>
<{if $show_title}>

<{t}>Do you have a giftcard or a voucher?<{/t}>

<{/if}>
<{include file="components/label.html" for="voucher" text="Voucher"|t required="true" class="" xclass="{'label--is-floating': voucher && voucher.length > 0 }" }> <{include file="components/input.html" name="voucher" type="text" placeholder="Voucher"|t inputmode="text" autocomplete="street-address" required="false" class="" xclass="{'input--has-value': voucher && voucher.length > 0 }" xmodel="voucher" xvalue="voucher" xref="voucherInput" }>
<{if $get.wrong_voucher}>
<{include file="components/alert.html" variant="error" text="Koden er forkert" class="" }>
<{/if}> <{if $voucher}>
<{capture assign="voucherSuccessContents"}>

<{t}>Voucher added.<{/t}>

<{/capture}> <{include file="components/alert.html" variant="success" margin="b" text=$voucherSuccessContents class="" }>
<{/if}>
<{/if}>