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

#end
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "instructionsdetail.instruction")