All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.greenpepper.confluence.execution.referenceList.vm Maven / Gradle / Ivy

The newest version!

	$action.getText('greenpepper.page.requirement.label'):
	
	#if ($action.references && !$action.references.isEmpty())
		#foreach ($reference in $action.references)
			
				
					#if(!$action.isEditMode)#end#if(!$action.editable)#end
					#if(!$action.isEditMode)#end$reference.requirement.name#if($action.isEditMode) [ $reference.systemUnderTest.name ]#end#if($reference.sections) ($reference.sections)#end#if(!$action.editable)#end
					#if($action.isEditMode)#end
				#if($action.isEditMode) #end
			
		#end
	#else
		($action.getText('greenpepper.page.none'))
	#end
	#if(!$action.isEditMode && $action.canEdit)$action.getText('greenpepper.page.edit').toUpperCase()#end
	#if($action.hasErrors() && !$errorDisplayed)
		#set($errorDisplayed = true)
		#foreach ($error in $actionErrors)
			$action.getText($error)#if($velocityCount < $actionErrors.size()), #end
		#end
	#end


#if($action.isEditMode)
	
$action.getText('greenpepper.page.requirement.inputtitle')
$action.getText('greenpepper.page.sut.name')
$action.getText('greenpepper.page.repository.name')
$action.getText('greenpepper.page.requirement.name')
$action.getText('greenpepper.page.sections') ($action.getText('greenpepper.page.commaseperated'))
 
#if($action.refreshAll && $action.actionErrors.isEmpty())#end #end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy