<Layout::Resource::Panel
    @resource={{@model}}
    @controller={{this}}
    @headerTitle={{or @model.title}}
    @actionButtons={{this.actionButtons}}
    @onPressCancel={{transition-to "analytics.reports.index"}}
    @onOverlayReady={{fn (mut this.overlay)}}
    @headerClass="no-bottom-border"
    @bodyClass="no-scroll"
    @width="800px"
>
    <TabNavigation @tabs={{this.tabs}} @contentClass="scrollable" @tablistClass="pl-2">
        {{outlet}}
    </TabNavigation>
</Layout::Resource::Panel>