I want to create a table using docxtpl in python, where the table rows should be dynamic
For eg:
user_dict = [{"name": "Person 1", "age": 25, "job": "Software Engineer"},
{"name": "Person 1", "age": 25, "job": "Software Engineer"},
{"name": "Person 1", "age": 25, "job": "Software Engineer"},
{"name": "Person 1", "age": 25, "job": "Software Engineer"}]
if the length of list is n table should dynamically populate