1
{l s='Angaben' mod='simple_withdrawalbutton'}
2
{l s='Prüfen' mod='simple_withdrawalbutton'}
3
{l s='Bestätigt' mod='simple_withdrawalbutton'}
{if isset($withdrawal_deadline) && $withdrawal_deadline != ''}
📅
{l s='Widerrufsfrist (14 Tage ab Bestelldatum): bis' mod='simple_withdrawalbutton'}
{$withdrawal_deadline|escape:'html':'UTF-8'}
{/if}
{if $errors_list|@count > 0}
{foreach from=$errors_list item=error}
- {$error|escape:'html':'UTF-8'}
{/foreach}
{/if}