  {{#each groups}}
<!--
    <h4 class="topcoat-list__header" data-group="{{ group }}">
      {{ group }} &times; {{ items.length }}
    </h4>
-->
    {{> stock_position_group ui=../../ui }}
    {{#if ../expanded}}
      {{#each items}}
        {{#compare ../../edit uuid }}
          {{> dispobox_delivery_detail ui=../../ui }}
        {{else}}
          {{> stock_position_item ui=../../ui }}
        {{/compare}}
      {{/each}}
    {{/if}}
  {{/each}}
