% if (data.meta.user !== "") { %> <% if (_.size(data.paid_tasks) > 0) { %>
<%= gettext('Datetime') %> (UTC<%= data.meta.utc_offset %>) | <%= gettext('Comment') %> | <%= gettext('Action') %> | <%= gettext('Amount') %> | × <%= gettext('Rate') %> | <%= gettext('Subtotal') %> | |
---|---|---|---|---|---|---|
<%= row.datetime %> | <%= row.description %> | <%= row.action %> | <%= amount %> | <%= row.rate %> <%= data.meta.user.currency %> | <%= (row.rate * row.amount).toFixed(2) %> <%= data.meta.user.currency %> | <% if (PTL.reports.adminReport) { %> <% var removeTask = gettext('Remove task'); %> <% } else { %> <%= gettext('Comment on it') %> <% } %> |