<Layout::Resource::Panel
    @resource={{this.schedule}}
    @controller={{this}}
    @headerTitle={{t "common.create-new-resource" resource=(lowercase (t "resource.maintenance-schedule"))}}
    @saveTask={{this.save}}
    @onPressCancel={{transition-to "maintenance.schedules.index"}}
    @onOverlayReady={{fn (mut this.overlay)}}
>
    <MaintenanceSchedule::Form @resource={{this.schedule}} @controller={{this}} />
    <Spacer @height="200px" />
</Layout::Resource::Panel>