#macro (requiredIcon) $blueprintCore.text("com.brikit.blueprintmaker.required") #end #if ($usingSpaceBlueprint)
$blueprintCore.text("com.brikit.blueprintmaker.space.name.tooltip")
$blueprintCore.text("com.brikit.blueprintmaker.space.key.tooltip")
$blueprintCore.text("com.brikit.blueprintmaker.space.description.tooltip")
#else

$blueprintCore.text("com.brikit.blueprintmaker.page.title.tooltip")
$blueprintCore.text("com.brikit.blueprintmaker.destination.page.tooltip")
#if ($pageBlueprint.workflowId) #set ($workflowName = $pageBlueprint.workflowId) #set ($workflow = $contentFlow.workflowWithId($pageBlueprint.workflowId)) #if ($workflow) #set ($workflowName = $workflow.name) #end #set ($workflowAvailable = $contentFlow.isWorkflowAvailable($pageBlueprint.workflowId, $page.space.key))
#if ($workflowAvailable) $blueprintCore.text("com.brikit.blueprintmaker.workflow.will.be.applied") #elseif ($workflow) $blueprintCore.text("com.brikit.blueprintmaker.workflow.not.valid.for.space") #else $blueprintCore.text("com.brikit.blueprintmaker.workflow.not.found") #end
#end #end