{extends file='layouts/layout-full-width.tpl'} {block name='content'}
{l s='Angaben' mod='simple_withdrawalbutton'}
{l s='Prüfen' mod='simple_withdrawalbutton'}
3
{l s='Bestätigt' mod='simple_withdrawalbutton'}
{if isset($success_data.mail_ok) && $success_data.mail_ok}

{l s='Ihr Widerruf wurde erfolgreich übermittelt.' mod='simple_withdrawalbutton'}

{l s='Eine Eingangsbestätigung wurde an Ihre E-Mail-Adresse gesendet.' mod='simple_withdrawalbutton'}

{else}

{l s='Ihr Widerruf wurde gespeichert.' mod='simple_withdrawalbutton'}

{l s='Die automatische Eingangsbestätigung konnte möglicherweise nicht versendet werden. Bitte kontaktieren Sie uns zusätzlich per E-Mail, falls Sie keine Bestätigung erhalten.' mod='simple_withdrawalbutton'}

{/if}
{if isset($success_data.created_at)}
{l s='Eingangsdatum' mod='simple_withdrawalbutton'}
{$success_data.created_at|escape:'html':'UTF-8'}
{/if} {if isset($success_data.customer_email)}
{l s='E-Mail' mod='simple_withdrawalbutton'}
{$success_data.customer_email|escape:'html':'UTF-8'}
{/if} {if isset($success_data.order_reference) && $success_data.order_reference != ''}
{l s='Bestellnummer' mod='simple_withdrawalbutton'}
{$success_data.order_reference|escape:'html':'UTF-8'}
{/if} {if isset($success_data.withdrawal_scope)}
{l s='Betrifft' mod='simple_withdrawalbutton'}
{if $success_data.withdrawal_scope == 'partial'} {l s='einen Teil der Bestellung' mod='simple_withdrawalbutton'} {else} {l s='die gesamte Bestellung' mod='simple_withdrawalbutton'} {/if}
{/if} {if isset($success_data.withdrawal_items_text) && $success_data.withdrawal_items_text != ''}
{l s='Betroffene Artikel' mod='simple_withdrawalbutton'}
{$success_data.withdrawal_items_text|escape:'html':'UTF-8'|nl2br nofilter}
{/if} {if isset($success_data.message) && $success_data.message != ''}
{l s='Nachricht' mod='simple_withdrawalbutton'}
{$success_data.message|escape:'html':'UTF-8'|nl2br nofilter}
{/if} {if isset($withdrawal_deadline) && $withdrawal_deadline != ''}
{l s='Frist' mod='simple_withdrawalbutton'}
{l s='bis' mod='simple_withdrawalbutton'} {$withdrawal_deadline|escape:'html':'UTF-8'} ({l s='14 Tage ab Bestelldatum' mod='simple_withdrawalbutton'})
{/if}
{/block}