{extends file='customer/_partials/address-form.tpl'} {block name='form_field'} {if $field.name eq "alias"} {* we don't ask for alias here *} {else} {$smarty.block.parent} {/if} {/block} {block name="address_form_url"}
{/block} {block name='form_fields' append} {if $type === "delivery"}
{/if} {/block} {block name='form_buttons'} {if !$form_has_continue_button} {l s='Cancel' d='Shop.Theme.Actions'} {else} {if $customer.addresses|count > 0} {l s='Cancel' d='Shop.Theme.Actions'} {/if}
{/if} {/block}