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