<CardPay::LabeledValue @label="DEPOT:" class="nested-account-depot-display" ...attributes>
  <CardPay::NestedItems class="nested-account-depot-display__nested-items">
    <:outer>
      <CardPay::AccountDisplay
        @size="small"
        @name="Account:"
        @address={{truncate-middle @accountAddress}}
        data-test-account-outer
      />
    </:outer>
    <:inner>
      <CardPay::AccountDisplay
        @size={{@size}}
        @icon="depot"
        @name="DEPOT:"
        @address={{@depotAddress}}
        @text={{unless @depotAddress "None"}}
        data-test-depot-address
      />
    </:inner>
  </CardPay::NestedItems>
</CardPay::LabeledValue>
