SergeyZaykov

Results 14 comments of SergeyZaykov

@elapouya Here are the problematic template and the JSON data.: [module_execute.json](https://github.com/elapouya/python-docx-template/files/13877600/module_execute.json) [module_execute_tpl.docx](https://github.com/elapouya/python-docx-template/files/13877601/module_execute_tpl.docx) Python 3.11.2 docxtpl 0.16.6

I confirm the bug and I got workaround. I selected the table and changed the style to Normal ([test Normal style.docx](https://github.com/elapouya/python-docx-template/files/13909394/test.Normal.style.docx)). The output document was as excpected. I found out...

You don't present your Python code and Word code. It makes difficult to understand your problem. What do you mean with "empty result"? Empty document? What should be in the...

@PH8919 Probably ```Jinja {{ item["hdr"] }} ``` is correct syntax to access key of dictionary?