[%- USE T8 %] [%- USE LxERP %] [%- USE L %] [%- USE HTML %] [%- USE Dumper %]
[%- FOREACH row = emails %] [% END %]
[% 'Sent on' | $T8 %] [% 'Subject' | $T8 %] [% 'Record Type' | $T8 %] [% 'Record number' | $T8 %] [% 'From' | $T8 %] [% 'To' | $T8 %] [% 'Status' | $T8 %]
[% row.sent_on | html %] [%- HTML.escape(row.subject) %] [% row.type | $T8 %] [% row.recordnumber | html %] [% row.from %] [% row.recipients %] [% row.status %]