{load_language_text section="account_history_info"} {load_language_text section="buttons" name="button"} {load_language_text section="mobile_template" name="mobile"} {load_language_text section="withdrawal" name="withdrawal"}
{$txt.parcel_tracking_codes}
{foreach item=PARCEL_TRACKING_CODE from=$PARCEL_TRACKING_CODES_ARRAY}
{$PARCEL_TRACKING_CODE->getTrackingCode()|escape} ({$PARCEL_TRACKING_CODE->getServiceName()|escape})
{$PARCEL_TRACKING_CODE->getServiceComment()|nl2br}
{/foreach}
{if $WITHDRAWAL_PDF_ACTIVE == '1'}{$withdrawal.pdf_text}: {$withdrawal.pdf_link_text}
{/if}
{if $WITHDRAWAL_WEBFORM_ACTIVE == '1'}{$withdrawal.form_text}: {$withdrawal.form_link_text}
{/if}
{if $WITHDRAWAL_PDF_ACTIVE == '1'}
{$withdrawal.pdf_info}{/if}