I am building a template to create a report from an internal data source generated by our application. The data source is a list of plants containing a list of processes, with a value for each process, and I would like t…...<<foreach [x in plantlines3]>> Line: <<[x.plant.name]>><<[x.line.name]>><<[x...name]>><<[x.line.value]>><</foreach>> However, when doing this...