{load_language_text section="withdrawal"} {load_language_text section="buttons" name="buttons"} {if $content_data.withdrawal->get_withdrawal_id() > 0}
{$txt.customer_data} {$txt.order_data}
{$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()}

{$content_data.withdrawal->get_customer_email()}
{if $content_data.customer_details_link} {$txt.open_customer_details} {/if}
{if $content_data.withdrawal->get_order_date() == "1970-01-01 00:00:00"}-{else}{$content_data.withdrawal->get_order_date_formatted()}{/if}
{if $content_data.withdrawal->get_delivery_date() == "1970-01-01 00:00:00"}-{else}{$content_data.withdrawal->get_delivery_date_formatted()}{/if}
{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()})

{$buttons.save}
{$txt.open_order_details}
{$txt.withdrawal}
{$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} {literal} {/literal}