<#-- Import common macros and functions --> <#import "macros_common.ftl" as com> <#assign locale = "en" /> <#assign substance = com.getReportSubject(rootDocument) /> This is my example title This is some info on the cover page First part of the document (if needed) First Chapter Some content Substance name: <@com.text substance.ChemicalName/> <#assign compositionList = iuclid.getSectionDocumentsForParentKey(substance.documentKey, "FLEXIBLE_RECORD", "SubstanceComposition") /> <#if compositionList?has_content> Example table <#list compositionList as composition>
Composition name
<@com.text composition.GeneralInformation.Name/>
Second Chapter Some content