Hey,
In Contract Doctype, there is a field called Contract Terms. When I take print of this contract I want the content of this field as content of the print. I can’t use a fix print format as these contract terms will be different for every contract. The only problem I’m facing is a table. There is table showing annual rent and its tax. This should come dynamically from the doctype. When I use jinja, it is creating different table instead of different row. HTML is also coming as HTML code in print instead of showing table. Please help.