{% if oViewConf.getViewThemeParam("blDisplayFooterDivider") %} {% include "email/html/inc/horizontal_line.html.twig" %} {% endif %}
{% if oShop.oxshops__oxcompany.value %}{{ oShop.oxshops__oxcompany }}{% endif %} {% if oShop.oxshops__oxstreet.value %}{{ oShop.oxshops__oxstreet }}{% endif %} {% if oShop.oxshops__oxzip.value or oShop.oxshops__oxcity.value %} {% if oShop.oxshops__oxzip.value %}{{ oShop.oxshops__oxzip.value }}{% endif %}{% if oShop.oxshops__oxcity.value %} {{ oShop.oxshops__oxcity.value }}{% endif %} {% endif %} {% if oShop.oxshops__oxcountry.value %}{{ oShop.oxshops__oxcountry }}{% endif %} {% if oShop.oxshops__oxtelefon.value or oShop.oxshops__oxtelefax.value or oShop.oxshops__oxinfoemail.value %} {% if oShop.oxshops__oxtelefon.value %}{{ translate({ ident: "PHONE", suffix: "COLON" }) }} {{ oShop.oxshops__oxtelefon.value }}{% endif %} {% if oShop.oxshops__oxtelefax.value %}{{ translate({ ident: "FAX", suffix: "COLON" }) }} {{ oShop.oxshops__oxtelefax.value }}{% endif %} {% if oShop.oxshops__oxinfoemail.value %}{{ translate({ ident: "EMAIL", suffix: "COLON" }) }} {{ mailto(oShop.oxshops__oxinfoemail.value) }}{% endif %} {% endif %}