Open Issues Need Help
View All on GitHubAI Summary: Implement support for dynamically creating footnotes within docx templates using the python-docx-template library, mirroring the existing flexibility of RichText for styling. This involves adding functionality to allow insertion of footnotes with pre-defined content at specified positions within the template.
AI Summary: Debug why a Jinja2 template within a docx file, processed by python-docx-template, fails to iterate over a table. The issue likely involves incorrect Jinja2 syntax or a mismatch between the template's structure and the data being passed to it. The solution may require inspecting the docx template's XML structure and adjusting the Jinja2 loop to correctly target table cells.