{load_language_text section="withdrawal"} {load_language_text section="orders" name="orders"} {load_language_text section="admin_general" name="admin_general"} {load_language_text section="buttons" name="buttons"} {if $content_data.withdrawal->get_withdrawal_id() > 0}
{if $content_data.customer_details_link} {/if}
{$admin_general.CATEGORY_ADDRESS}
{$content_data.withdrawal->get_customer_gender()}
{$content_data.withdrawal->get_customer_name()}
{$content_data.withdrawal->get_customer_street_address()}
{$content_data.withdrawal->get_customer_postcode()} {$content_data.withdrawal->get_customer_city()}
{$content_data.withdrawal->get_customer_city()}
{$content_data.withdrawal->get_customer_country()}

{$admin_general.ENTRY_EMAIL_ADDRESS}
{$content_data.withdrawal->get_customer_email()}
{if $content_data.order_details_link} {/if}
{$txt.ordered_on_short}:
{if $content_data.withdrawal->get_order_date() == "1970-01-01 00:00:00"} - {else} {$content_data.withdrawal->get_order_date_formatted()} {/if}
{$txt.delivered_on_short}:
{if $content_data.withdrawal->get_delivery_date() == "1970-01-01 00:00:00"} - {else} {$content_data.withdrawal->get_delivery_date_formatted()} {/if}
{$txt.withdrawal_date}:
{if $content_data.withdrawal->get_withdrawal_date() == "1970-01-01 00:00:00"} - {else} {$content_data.withdrawal->get_withdrawal_date_formatted()} {/if} ({$content_data.withdrawal->get_date_created_formatted()})
{$txt.order_id}:
{$content_data.withdrawal->get_withdrawal_content()|escape:html|nl2br}
{if $content_data.withdrawal->get_created_by_admin()} {$txt.created_by_admin} {else} {$txt.created_by_customer} {/if}
{$buttons.back}
{else}

{$txt.invalid_withdrawal_id}


{$buttons.back} {/if}