{if $WITHDRAWAL_OVEVIEW == 'true'}

{$txt.heading_withdrawal_admin}


{if $WITHDRAWAL_NO_ORDERS != 'true'}
{foreach name=item item=module_item from=$WITHDRAWAL_OVERVIEW} {/foreach}
{$txt.table_heading_withdrawal_id} {$txt.table_heading_order_id} {$txt.table_heading_customer_id} {$txt.table_heading_customer_name} {$txt.table_heading_customer_address} {$txt.table_heading_customer_email} {$txt.table_heading_order_date} {$txt.table_heading_delivery_date} {$txt.table_heading_withdrawal_date} {$txt.table_heading_date_created} {$txt.table_heading_action}
{$module_item.withdrawal_id} {$module_item.order_id} {$module_item.customer_id} {$module_item.customer_name} {$module_item.customer_address} {$module_item.customer_email} {$module_item.order_date} {$module_item.delivery_date} {$module_item.withdrawal_date} {$module_item.date_created} {$module_item.action}
{else}

{$txt.NO_ORDERS}

{/if} {/if} {if $WITHDRAWAL_SHOWRMA == 'true'}

{$txt.heading_withdrawal_admin_detail}


{$txt.withdrawal_id} {$withdrawal_id}
{$txt.order_id} {$order_id}
{$txt.customer_id} {$customer_id}
{$txt.customer_name} {$customer_firstname} {$customer_lastname}
{$txt.customer_address} {$customer_street_address}
{$customer_postcode} {$customer_city}
{$customer_country}
{$txt.customer_email} {$customer_email}
{$txt.order_date} {$order_date}
{$txt.delivery_date} {$delivery_date}
{$txt.withdrawal_date} {$withdrawal_date}
{$txt.withdrawal_content} {$withdrawal_content}
{$txt.date_created} {$date_created}
{/if}