#if ($ptv.getNewInstructions().equals("Yes")) $new_text #end $headerinstructions_text
|
#if ($workflowInstructions.size() > 0)
#foreach ($instruction in $workflowInstructions)
$CommonFunctions.displayReady($instruction.getRoleName()):
|
|
#end
#else
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "getparticipationdetail.notenospecificinstructions")
#end
#if (!$isTracking)
$CommonFunctions.displayTermFromResourceBundle($currentUserId, "ProjectDialogs", "getparticipationdetail.noteyoumusttrackaproject")
#end
|
|