Issues with ADT files
Hi community,
I'm using Advanced Document Templating plugin for a document generation where i have multiple chapters, and in each chapter i have have a conditional statement that if in the passed list are values then show a table else show a text "No data".
This a similar structure to the one that i'm using
The way that i'm implementing it is like the following in the document.xml
Chapter 1
Col 1
Col 2
${line.@col1}
${line.@col2}
No data.
Chapter 2
Col 1
Col 2
${line.@col1}
${line.@col2}
No data.
The output file shows the table correctly and no issues here, my issue with the file is that i can still see the placeholders for the conditionals and loop

Also if i do any changes to the file and save them then i cannot open the file anymore.
Does anyone have any feedback that can be done to remove the field placeholders and also give the user the ability to edit the file without breaking it?
