{set layout="one_column_layout"} {literal} {/literal}
{$user_panel_menu}

{__ text="Dane billingowe"}

{if isset($has_billing_address)}

{if isset($has_billing_company)} {$billing_company}
{__ text="NIP"} {$billing_vat_number}

{/if} {if ($billing_full_name!="")} {$billing_full_name}
{/if} {$billing_address}
{if ($billing_address_more!="")} {$billing_address_more}
{/if} {if ($billing_region!="")} {$billing_region}
{/if} {$billing_code} {$billing_town}
{$billing_country}

{if isset($has_billing_phone)} {$phone_icon}  {$billing_phone}
{else}
{/if}
{else} {__ text="Brak danych billingowych, uniemożliwi dokonywanie zakupów. Proszę uzupełnij dane billingowe."}
{$complete_your_data} {/if}

{__ text="Dane dostawy"}

{if isset($has_delivery_address)}

{if isset($has_delivery_company)} {$delivery_company}

{/if} {if ($delivery_full_name!="")} {$delivery_full_name}
{/if} {$delivery_address}
{if ($delivery_address_more!="")} {$delivery_address_more}
{/if} {if ($delivery_region!="")} {$delivery_region}
{/if} {$delivery_code} {$delivery_town}
{$delivery_country}

{if isset($has_delivery_phone)} {$phone_icon}  {$delivery_phone}
{else}
{/if}
{else} {__ text="Brak danych dostawy, uzupełnij swoje dane dostawy aby móc dokonywać zakupów w sklepie."}


{/if}
{$last_orders}