{extends file='layouts/layout-full-width.tpl'} {block name='content'}
{l s='Angaben' mod='simple_withdrawalbutton'}
2
{l s='Prüfen' mod='simple_withdrawalbutton'}
3
{l s='Bestätigt' mod='simple_withdrawalbutton'}
{if $errors_list|@count > 0} {/if}

{l s='Bitte prüfen Sie Ihre Angaben. Wenn alles korrekt ist, klicken Sie auf „Widerruf absenden".' mod='simple_withdrawalbutton'}

{l s='Name' mod='simple_withdrawalbutton'}
{$form_data.customer_name|escape:'html':'UTF-8'}
{l s='E-Mail' mod='simple_withdrawalbutton'}
{$form_data.customer_email|escape:'html':'UTF-8'}
{l s='Bestellnummer' mod='simple_withdrawalbutton'}
{$form_data.order_reference|escape:'html':'UTF-8'}
{l s='Betrifft' mod='simple_withdrawalbutton'}
{if $form_data.withdrawal_scope == 'partial'} {l s='einen Teil der Bestellung' mod='simple_withdrawalbutton'} {else} {l s='die gesamte Bestellung' mod='simple_withdrawalbutton'} {/if}
{if $form_data.withdrawal_scope == 'partial'}
{l s='Betroffene Artikel' mod='simple_withdrawalbutton'}
{$form_data.withdrawal_items_text|escape:'html':'UTF-8'|nl2br nofilter}
{/if} {if $form_data.message != ''}
{l s='Nachricht' mod='simple_withdrawalbutton'}
{$form_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}