{{#each dimension in dimensions}} {{dimension.selected.label}} {{/each}}
{{#each dimension in dimensions}}
{{/each}} {{#if view.isMultiDimensionSelection}} {{/if}} {{#if controller.showInitialTranslationDialog}}
{{translate id="content.dimension.createDialog.header" fallback="Start with an empty or pre-filled document?"}}
{{boundTranslate id="content.dimension.createDialog.nodeTypeDoesNotExistInDimension" nodeTypeLabelBinding="view._nodeTypeLabel" currentDimensionChoiceTextBinding="controller.currentDimensionChoiceText" fallback="This {nodeTypeLabel} does not exist yet in {currentDimensionChoiceText}."}}
{{boundTranslate id="content.dimension.createDialog.createEmptyOrCopy" nodeTypeLabelBinding="view._nodeTypeLabel" currentDocumentDimensionChoiceTextBinding="controller.currentDocumentDimensionChoiceText" fallback="You can create it now, either starting with an empty {nodeTypeLabel} or copying all content from the currently visible {nodeTypeLabel} in {currentDocumentDimensionChoiceText}."}}
{{#if controller.showInitialTranslationDialog.numberOfNodesMissingInRootline}}
{{boundTranslate id="content.dimension.createDialog.existingAncestorDocuments" numberOfNodesMissingInRootlineBinding="controller.showInitialTranslationDialog.numberOfNodesMissingInRootline" fallback="Additionally, there are {numberOfNodesMissingInRootline} ancestor documents which do not exist in the chosen variant either, and which will be created as well."}}
{{/if}}
{{/if}}