2 Open Issues Need Help Last updated: Jul 9, 2025

Open Issues Need Help

View All on GitHub
Footnotes support about 1 month ago

AI 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.

Complexity: 4/5
help wanted

Use a docx as a jinja2 template

Python

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.

Complexity: 4/5
help wanted

Use a docx as a jinja2 template

Python