$r.translate("buildinfo")

Server #foreach($property in $properties) #end
key value
$property.key $property.value
#if($existsDeploymentInfoProperties)
deployment-info.properties (date: $fileDateDeploymentInfoProperties) #foreach($line in $deploymentInfoPropertiesLines) #end
$line.line
#end #if($existsPatchFile)
patches.xml.newest (date: $patchesFileDate, active: $patchesActive, basetag: $patchesBaseTag) #foreach($patch in $patches) #if($patch.title) #else #end #end
id enabled jira tag
$patch.id $patch.enabled $patch.jira $patch.tag
#end #if($existsActivePatchFile)
$activePatchFileName (date: $activePatchesFileDate, active: true, basetag: $activePatchesBaseTag) #foreach($patch in $activePatches) #end
id enabled jira tag
$patch.id $patch.enabled $patch.jira $patch.tag
#end