#if (!$isPrinting)
#set ($projectPageId = 6)
#parse("/project/projectview.vm")
|
#end
#set ($dialogtitle = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "instructionsdetail.dialogtitle"))
#parse("titledialog.vm")
$CommonFunctions.getDisplayReadyLabel("Project")
|
$CommonFunctions.displayReady($projectName)
|
|
 |
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "instructionsdetail.currentworkflowinstructionsheader")
|
|
#if ($workflowInstructions.size() > 0)
#foreach ($instruction in $workflowInstructions)
$CommonFunctions.displayReady($instruction.getRoleName())
|
|
#end
|
#else
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "instructionsdetail.instruction")
|
#end
|
|
|