brikitspacedefinitionsettings true ## #parse ( "/template/includes/actionerrors.vm" ) #if ($actionErrors.empty)
## ## Export Configuration ## Download ## ## Import Configuration ## Upload ## ## Help panel ## #set ($noSpaceDefinitions = $spaceDefinitions.size() == 0)
#if ($noSpaceDefinitions)

$blueprintCore.text("com.brikit.blueprintmaker.no.space.definitions.found")

#end ## ## Help panel ## #if (!$noSpaceDefinitions)

$blueprintCore.text("com.brikit.blueprintmaker.space.definitions")

#foreach ($spaceKey in $spaceKeysSortedByName) #set ($spaceDefinition = $spaceDefinitions.get($spaceKey)) #set ($space = $brikitCore.getSpace($spaceKey)) #end
$blueprintCore.text("com.brikit.blueprintmaker.space.definition.name") $blueprintCore.text("com.brikit.blueprintmaker.space.definition.key") $blueprintCore.text("com.brikit.blueprintmaker.space.definition.description") $blueprintCore.text("com.brikit.blueprintmaker.space.definition.template.name") $blueprintCore.text("com.brikit.blueprintmaker.space.definition.status")
$spaceDefinition.name $spaceDefinition.key $spaceDefinition.description $spaceDefinition.category#if ($space) Audit #else #end
#end
#end #parse("/breadcrumbs.vm")