[%- USE T8 -%][%- USE HTML -%][%- USE LxERP -%][%- USE P -%][%- USE L -%] [%- IF !DRAFTS.size %]

[% 'No draft was found.' | $T8 %]

[%- ELSE %] [% FOREACH draft = DRAFTS %] [% END %]
[% 'Date' | $T8 %] [% 'Description' | $T8 %] [% 'Employee' | $T8 %] [% 'Vendor' | $T8 %]
[% HTML.escape(draft.itime_as_date) %] [% HTML.escape(draft.description) %] [% HTML.escape(draft.employee.name) %] [% HTML.escape(draft.vendor) %]
[%- END %]