Hello,
I have a report to prepare, and I get my elements from t-foreach loop, but I need my elements to be divided in couples, meaning each two elements from the t-foreach loop need to be in the same new div.
I need this so I can show the details of only 2 products in every page, what I have now, is if there's an empty space after the 2 first elements in the first page, a part from the third is coming along them in the first page.
How can I do this?
Thanks.