+
+
+ Destroyed <#if node.hasAspect("rma:record")>Record<#else>Record Folder#if>: |
+ ${node.properties["rma:identifier"]} ${node.properties.name} |
+
+
+ Disposition Authority: |
+ ${node.properties["rma:recordSearchDispositionAuthority"]} |
+
+
+ Disposition Instructions: |
+ ${node.properties["rma:recordSearchDispositionInstructions"]} |
+
+
+
+ <#if node.childAssociations["cm:contains"]??>
+
+
+
+
+
+ Destroyed Records: |
+ |
+
+
+
+
+
+
+
+
+ <#list node.childAssociations["cm:contains"] as child>
+
+
+
+
+ |
+
+
+
+ ${child.properties["rma:identifier"]} ${child.properties.name} |
+
+
+ |
+
+ #list>
+
+
+ |
+
+
+
+ #if>
+
+
+
+
+