<{capture name="term_button"}>
<{/capture}>
<{capture name="term_title"}>
<{if $settings.checkout_approve.newsletter_terms_title}>
<{$settings.checkout_approve.newsletter_terms_title|escape}>
<{else}>
<{t}>Keep me updated on news and offers<{/t}>
<{/if}>
<{$smarty.capture.term_button}>
<{/capture}>
<{capture name="term_desc"}>
<{if $settings.checkout_approve.newsletter_terms_short_description}>
<{$settings.checkout_approve.newsletter_terms_short_description|escape}>
<{else}>
<{t x=$settings.company.name}>I am informed that {x} processes my personal information in accordance with the privacy policy.<{/t}>
<{/if}>
<{/capture}>
<{include file="components/label.html"
for="mailinglist"
text=$smarty.capture.term_title
description=$smarty.capture.term_desc
}>
<{include file="components/input.html"
name="mailinglist"
type="checkbox"
xmodel="mailinglist"
xvalue="mailinglist"
xref="mailinglist"
xchecked="mailinglist"
}>
<{/if}>
<{capture name="term_button"}>
<{/capture}>
<{capture name="term_title"}>
<{if $settings.checkout_approve.general_terms_title}>
<{$settings.checkout_approve.general_terms_title|escape}>
<{else}>
<{t}>I accept the terms of trade<{/t}>
<{/if}>
<{$smarty.capture.term_button}>
<{/capture}>
<{capture name="term_desc"}>
<{if $settings.checkout_approve.general_terms_short_description}>
<{$settings.checkout_approve.general_terms_short_description|escape}>
<{else}>
<{t x=$settings.company.name}>Including that my order is not binding for {x}, until I have received a binding order confirmation.<{/t}>
<{/if}>
<{/capture}>
<{include file="components/label.html"
for="terms"
required="true"
text=$smarty.capture.term_title
description=$smarty.capture.term_desc
}>
<{include file="components/input.html"
name="terms"
type="checkbox"
required="true"
xmodel="terms"
xvalue="terms"
xref="terms"
xchecked="terms"
}>