<div class="a-noColPadding clearfix" role="list">
	{{# box-button-list }}
    <div class="d-flex float-left col-6 col-md-4 col-lg-3 col-xl-2" role="listitem">
      {{> felles-komponenter-knapp-fremhevet-stor }}
    </div>
    {{# has-children }}
      <div role="list" class="a-childBoxButtonList" id="{{ child-boxes-container-id }}" style="display: none">
        {{# child-box-buttons }}
          <div role="listitem" class="d-flex float-left col-6 col-md-4 col-lg-3 col-xl-2">
            {{> felles-komponenter-knapp-fremhevet-stor }}
          </div>
        {{/ child-box-buttons }}
      </div>
    {{/ has-children }}
	{{/ box-button-list }}
	{{# box-button-list-add }}
		<div role="listitem" class="d-flex float-left col-6 col-md-4 col-lg-3 col-xl-2">
			{{> felles-komponenter-handlingsknapp-stor }}
		</div>
	{{/ box-button-list-add }}
</div>
