Has anyone tried to successfully show the tracking numbers on an email template separated by a comma then space? By default, they are separated by <BR> as is and not by the actual break. So, I used the code below to replace that <BR> which isn't working. I tried double quotes as well.
<#assign x = transaction.createdfrom.trackingnumbers?replace('<BR>', ', ')>${x}