Use a docx as a jinja2 template

2.7K stars 442 forks 2.7K watchers Python GNU Lesser General Public License v2.1
11 Open Issues Need Help Last updated: Jul 13, 2026

Open Issues Need Help

View All on GitHub

Use a docx as a jinja2 template

Python
help wanted

Use a docx as a jinja2 template

Python

Use a docx as a jinja2 template

Python
help wanted

Use a docx as a jinja2 template

Python

Use a docx as a jinja2 template

Python
Nested for in table 10 months ago
help wanted

Use a docx as a jinja2 template

Python

Use a docx as a jinja2 template

Python

Use a docx as a jinja2 template

Python
Footnotes support about 1 year 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