{{#if this.toolbarContainer}}
  {{#in-element this.toolbarContainer}}
    <ModelTypesToolbar
      @getStore={{this.getStore}}
      @hideEmptyModelTypes={{this.hideEmptyModelTypes}}
      @orderByRecordCount={{this.orderByRecordCount}}
      @reload={{this.refresh}}
    />
  {{/in-element}}
{{/if}}

<ItemTypes
  @header="Model Types"
  @sorted={{
    readonly (if this.orderByRecordCount this.sortByDescCount this.sortByName)
  }}
  @type="model"
  @width={{this.navWidth}}
>
  {{outlet}}
</ItemTypes>