How do I sort a "lines" property in dtml-in? I have the following: <dtml-in "myfolder.mylist"> <tr> <td> <dtml-var sequence-item> </td> </tr> </dtml-in> I'd like the items to be sorted alphabetically. Thank you.