{{#resizable-panel class="left-panel" alsoResizeElementId="#right-panel" as |hide|}}
{{file-tree directoryTree=model.directoryTree openFile="openFile" currentFile=currentFile packageId=model.id hide=hide}}
{{/resizable-panel}}
{{outlet}}
{{#bottom-panel visible=bottomPanelVisible topPanelElementId="#file-container" containerElementId="#right-panel" as |section|}}
{{#if (eq section "header")}}
References to
{{occName}}
{{#if locationInfo.packageId}}
(defined in
{{locationInfo.packageId.name}}-{{locationInfo.packageId.version}} /
{{locationInfo.moduleName}})
{{/if}}
{{else}}
{{#if globalReferences}}
{{#each globalReferences as |ref|}}
{{/each}}
{{/if}}
{{#paginated-list url=referencesUrl foundWhere=(concat "in
" packageId "") as |files|}}
{{/paginated-list}}
{{/if}}
{{/bottom-panel}}