{% sw_extends '@Storefront/storefront/component/address/addresses-base.html.twig' %} {% set type = 'account' %} {% block address_base_default_address_item %} {% sw_include '@Storefront/storefront/page/account/addressbook/address-item.html.twig' with { address: defaultShippingAddress, defaultShipping: true } %} {% sw_include '@Storefront/storefront/page/account/addressbook/address-item.html.twig' with { address: defaultBillingAddress, defaultBilling: true } %} {% endblock %} {% block address_base_list_create_address %} {% sw_icon 'plus' style { size: 'sm', pack: 'solid' } %} {{ 'account.addressCreateBtn'|trans|sw_sanitize }} {% endblock %} {% block address_base_list_address_item %} {% sw_include '@Storefront/storefront/page/account/addressbook/address-item.html.twig' with { address: address, defaultShipping: defaultShippingAddress.id === address.id, defaultBilling: defaultBillingAddress.id === address.id } %} {% endblock %}