{** * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. *} {$componentName = 'address-card'} {block name='address_block_item'}
{$address.alias}
{$address.formatted nofilter}
{capture name='displayAdditionalCustomerAddressFields'}{hook h='displayAdditionalCustomerAddressFields' address=$address}{/capture} {if $smarty.capture.displayAdditionalCustomerAddressFields}
{$smarty.capture.displayAdditionalCustomerAddressFields}
{/if} {block name='address_block_item_actions'} {/block}
{/block}