{if $errors_list|@count > 0}
    {foreach from=$errors_list item=error}
  • {$error|escape:'html':'UTF-8'}
  • {/foreach}
{/if}

{l s='Bitte prüfen Sie Ihre Angaben. Wenn die Angaben korrekt sind, können Sie Ihren Widerruf jetzt absenden.' mod='simple_withdrawalbutton'}

{l s='Name' mod='simple_withdrawalbutton'}
{$form_data.customer_name|escape:'html':'UTF-8'}
{l s='E-Mail-Adresse' mod='simple_withdrawalbutton'}
{$form_data.customer_email|escape:'html':'UTF-8'}
{l s='Bestellnummer / Bestellreferenz' mod='simple_withdrawalbutton'}
{$form_data.order_reference|escape:'html':'UTF-8'}
{l s='Widerruf 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 / Mengen' mod='simple_withdrawalbutton'}
{$form_data.withdrawal_items_text|escape:'html':'UTF-8'|nl2br nofilter}
{/if} {if $form_data.message != ''}
{l s='Nachricht / Bemerkung' mod='simple_withdrawalbutton'}
{$form_data.message|escape:'html':'UTF-8'|nl2br nofilter}
{/if}