list orders
Design and Skin Customization
To do that, the first step is figuring out which module is doing the ratings, then get a jrCore_list of those item. The data will come back with the item_id of the thing its rated for then do a search for those item ids. Loop over the ratings and insert the corresponding item.
Its almost easier to do it in a module
https://www.jamroom.net/the-jamroom-network/documentation/module-developer-guide/1569/defining-your-own-smarty-function
Do a search in the module to get the ids, do another search using those ids then send the whole thing to a template to loop over.