<div class="user-address__wrapper">
  {{#each user-address}}
    {{> address-simplified modal=../modal radioName=../radioName withRemoveBtn=../withRemoveBtn mod=../mod selectedAddress=../selectedAddress isDeleted=../isDeleted hasRemove=../hasRemove}}
  {{/each}}
</div>