@(identity: Option[com.gu.pandomainauth.model.User] = None, stage: String, isDev: Boolean, bundlePath: String)
@import story_packages.switchboard.SwitchManager
Story Packages Editor
@templates.meta()
@if(!isDev) {
}
@if(SwitchManager.getStatus("story-packages-disable")) {
Temporarily disabled. Please try again shortly.
} else {
@templates.header(stage, identity, isDev)
@templates.vertical_layout()
@templates.main()
}