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