{config_load file=$language_path section="general"} {config_load file=$language_path section="orders"} {yes_admin_page_menu main_title=$HEADING_TITLE buttons=$PAGE_HEADING_MENU_BUTTONS additional_title=$ADDITIONAL_TITLE right_content=$RIGHT_CONTENT}

{$TEXT_STORNO_PRE_INTRO}

{if $ERROR != ''}
Fehler
{$ERROR}
{else} {$FORM} {foreach from=$ORDERS_DATA item=o} {if $EXT_STORNO == '1'} {/if} {/foreach} {if $EXT_STORNO != '1'} {/if}
{$o.title} - {$TEXT_CURRENT_ORDER_STATUS}: {$o.order_status_name}
{$o.PRODUCTS}
{$o.TOTALS}

{$TEXT_ORDER_EXT_STORNO}

{foreach from=$EXT_STORNO_INPUTS.main item=f}

{$f.input}
{/foreach}
{$EXT_STORNO_INPUTS.retoure.title} {foreach from=$EXT_STORNO_INPUTS.retoure.inputs item=f key=nr}
{$f.input}
{/foreach}
{$EXT_STORNO_INPUTS.costs.title} {foreach from=$EXT_STORNO_INPUTS.costs.inputs item=f key=nr}
{$f.input}
{/foreach}
{$EXT_STORNO_INPUTS.rueckerstattung.title} {foreach from=$EXT_STORNO_INPUTS.rueckerstattung.inputs item=f key=nr}
{$f.input}
{/foreach}
{$EXT_STORNO_INPUTS.rueckbuchen.title}

{$EXT_STORNO_INPUTS.rueckbuchen.subtitle}

{foreach from=$EXT_STORNO_INPUTS.rueckbuchen.inputs item=f key=nr}
{$f.input}
{/foreach} {foreach from=$EXT_STORNO_INPUTS.rueckbuchen.products item=p key=opID}
{if $p.collies|count > 0} {foreach from=$p.collies item=c}
[SET] {$p.name}
{$c.colli_name}
{foreach from=$c.inputs item=f} {$f.input}
{/foreach} {/foreach} {else}
{$p.name}
{foreach from=$p.inputs item=f} {$f.input}
{/foreach} {/if}
{/foreach}

{$INPUT_COMMENTS}
{/if}