{if isset($user)}

{$user_panel_icon}
{$my_account} / {$order_number}

{$user_panel_menu}
{$show_all}

{else}

{$order_number}

{/if}
{if isset($user)} {/if} {if isset($user)} {/if}
{__ text="Data złożenia"} {__ text="Status"} {__ text="Opłacone"} {__ text="Potwierdzone"}{__ text="Recenzja"} {__ text="Faktury"}
{$created_at} {$status} {$is_paid} {$is_confirmed}{$review} {$invoice}
{if isset($notice_flash)}

{$notice}

{/if}

{__ text="Dane klienta"}


{__ text="Dane bilingowe"}

{if isset($user_data_billing_company)}

{$user_data_billing_company}

{/if}

{$user_data_billing_full_name}

{$user_data_billing_address}
{if $user_data_billing_address_more!=""} {$user_data_billing_address_more}
{/if} {if $user_data_billing_region!=""} {$user_data_billing_region}
{/if} {$user_data_billing_code} {$user_data_billing_town} {$user_data_billing_country}

{$user_data_billing_phone}

{if isset($user_data_billing_vat_number)}

{__ text="NIP"} {$user_data_billing_vat_number}

{/if}

{__ text="Dane dostawy"}

{if isset($user_data_delivery_company)}

{$user_data_delivery_company}

{/if}

{$user_data_delivery_full_name}

{$user_data_delivery_address}
{if $user_data_delivery_address_more!=""} {$user_data_delivery_address_more}
{/if} {if $user_data_delivery_region!=""} {$user_data_delivery_region}
{/if} {$user_data_delivery_code} {$user_data_delivery_town} {$user_data_delivery_country}

{$user_data_delivery_phone}


{__ text="Zawartość"}


{foreach key=row item=order_product from=$results} {/foreach}
{__ text="Kod"} {__ text="Nazwa"} {__ text="Netto"} {__ text="VAT"} {__ text="Brutto"} {__ text="Ilość"} {__ text="J.m."} {__ text="Suma"}
{$order_product.code} {if isset($order_product.product_name)} {$order_product.product_name} {else} {if isset($order_product.validate)} {$order_product.name_show} {else} {$order_product.name} {/if} {/if} {$order_product.price} {$order_product.vat} % {$order_product.price_true} {$order_product.quantity} {$order_product.uom} {$order_product.total_amount}

{__ text="Dane dodatkowe"}


    • {__ text="Płatność"}: {$payment_name}
    • {__ text="Dostawa"}: {$delivery_name}
    • {if $delivery_date !="-- :"}
    • {__ text="Termin dostawy"}: {$delivery_date}
    • {/if}
    • {__ text="Koszt"}: {$order_cost}
    • {if isset($delivery_number) && $delivery_number != ''}
    • {__ text="Numer przesyłki"}: {$delivery_number}
    • {/if} {slot name="order_show_additional_data" hidden="true"}{/slot}

    • {if $paid}
    • {__ text="Łączny koszt"}: {$order_total_amount}
    • {__ text="Zapłacono"}: {$paid}
    • {/if}
    • {__ text="Razem do zapłaty"}: {$final_total_amount}