How to adjust a template to obtain 2 records per line break?

I need to obtain this type of report:

Each one of them is a record, but there must be 2 records for each line break, so far I have managed to get it to do this:

But I don’t know how to tab to the right, or make it create a column with two rows after each record.

I appreciate any help.

It may not work for you but by using this INDEXOF() technique, this sales order data

is rendered like this

using this template

Hope this gives you some insight.