{% if oInvoiceAddress %}
{% block c4s_b2b_address_invoice_global_address %}
{% if oInvoiceAddress.oxaddress__oxcompany.value %}
- {{ oInvoiceAddress.oxaddress__oxcompany.value }}
{% endif %}
{% if oInvoiceAddress.oxaddress__oxaddinfo.value %}
- {{ oInvoiceAddress.oxaddress__oxaddinfo.value }}
{% endif %}
{# {% if oInvoiceAddress.oxaddress__oxsal.value and oInvoiceAddress.oxaddress__oxfname.value and oInvoiceAddress.oxaddress__oxlname.value %} #}
{# - #}
{# {% if oInvoiceAddress.oxaddress__oxsal|lower == "mr" %} #}
{# {{ translate({ ident: "MR" }) }} #}
{# {% elseif oInvoiceAddress.oxaddress__oxsal|lower == "mrs" %} #}
{# {{ translate({ ident: "MRS" }) }} #}
{# {% endif %} #}
{# {{ oInvoiceAddress.oxaddress__oxfname.value }} {{ oInvoiceAddress.oxaddress__oxlname.value }} #}
{#
#}
{# {% endif %} #}
-
{% if oInvoiceAddress.oxaddress__oxstreet.value or oInvoiceAddress.oxaddress__oxstreetnr.value %}
- {{ oInvoiceAddress.oxaddress__oxstreet.value }} {{ oInvoiceAddress.oxaddress__oxstreetnr }}
{% endif %}
{% if oInvoiceAddress.oxaddress__oxzip.value or oInvoiceAddress.oxaddress__oxcity.value %}
- {{ oInvoiceAddress.oxaddress__oxzip.value }} {{ oInvoiceAddress.oxaddress__oxcity.value }}
{% endif %}
{% for country_id, country in oViewConf.getCountryList() %}
{% if (isset(oInvoiceAddress.oxaddress__oxcountryid) and oInvoiceAddress.oxaddress__oxcountryid == country.oxcountry__oxid.value) %}
- {{ country.oxcountry__oxtitle.value }}
{% endif %}
{% endfor %}
-
{% if oInvoiceAddress.oxaddress__oxfon.value %}
- {{ translate({ ident: "PHONE", suffix: "COLON" }) }} {{ oInvoiceAddress.oxaddress__oxfon.value }}
{% endif %}
{% if oInvoiceAddress.oxaddress__oxfax.value %}
- {{ translate({ ident: "FAX", suffix: "COLON" }) }} {{ oInvoiceAddress.oxaddress__oxfax.value }}
{% endif %}
{% if oInvoiceAddress.oxaddress__c4smobfon.value %}
- {{ translate({ ident: "CELLUAR_PHONE", suffix: "COLON" }) }} {{ oInvoiceAddress.oxaddress__c4smobfon.value }}
{% endif %}
{# #}
{# {% if oB2BAccount.c4s_b2b_account__c4sdebnr.value %} #}
{# - {{ translate({ ident: "CUST_NR", suffix: "COLON" }) }} {{ oB2BAccount.c4s_b2b_account__c4sdebnr.value }}
#}
{# {% endif %} #}
{# {% if oInvoiceAddress.oxaddress__c4sustid.value %} #}
{# - {{ translate({ ident: "VAT_ID_NUMBER", suffix: "COLON" }) }} {{ oInvoiceAddress.oxaddress__c4sustid.value }}
#}
{# {% endif %} #}
{% endblock %}
{% if not blLoadAddressInAccountView %}
{# fake form fields for fancy oxid checkout #}