Multiple line item lists in custom HTML templates

Multiple line item lists in custom HTML templates

I need to have multiple lists with line items in my Estimate PDF file. Something that would look like this:



I need this to display different information at the bottom of my Estimate (Bigger product image, some custom fields etc.). Mainly I need to attach larger product images to the estimate at the bottom.

I have tried to duplicate <tbody id='lineitem'element inside the HTML template, but as expected it doesn't like that, I guess by HTML spec. only one element of the same ID is allowed. Is there any legitimate way to achieve this, or perhaps some workaround?