<div class="user-address__wrapper">
  {{#each user-address}}
    {{#if ../editUrl}}
      {{> checkout-edit-address editUrl=../editUrl radioName=../radioName withRemoveBtn=../withRemoveBtn mod=../mod}}
    {{/if}}
  {{/each}}
  {{#each user-address}}
    {{#if ../modal}}
      {{> checkout-edit-address modal=../modal radioName=../radioName withRemoveBtn=../withRemoveBtn mod=../mod}}
    {{/if}}
  {{/each}}
</div>