Loops ##### Loops allow us to iterate over a list of items in the job (for example repair costs), and to print the values from each item. If we wanted to place some values from the repair costs into our report, we could use the following syntax: .. image:: loop-before.png :align: center When the report is rendered, it would look like this: .. image:: loop-after.png :align: center Tables ------ Loops can also be used on table rows: .. image:: loop-table-before.png :align: center When the report is rendered, it would look like this: .. image:: loop-table-after.png :align: center Lists ----- Loops can also be used on lists: .. image:: loop-list-before.png :align: center When the report is rendered, it would look like this: .. image:: loop-list-after.png :align: center