Using {capture} as an alternative to a file.
The first, and most conventional, way to alter the output of the returned data is to use a file and tell the jrCore_list file what that files name is.
{jrCore_list module="jrAudio" template="some_template.tpl"}
The above function put into a template would cause the system to look for the template named 'some_template.tpl' in the currently active skins and output the data into it.
HINT: You can see what data is available by adding
{debug} to that template and viewing it.
The second method however is what we are looking at in this doc, so in this HowTo we are going to use smarty3's {capture} function to simulate having that template so we don't need an extra file.
Here is the structure: