% if (data.meta.user !== "") { %>
<%= gettext('Period') %> | <%= gettext('Action') %> | <%= gettext('Amount') %> | × <%= gettext('Rate') %> | <%= gettext('Subtotal') %> | |
---|---|---|---|---|---|
<%= PTL.reports.dateRangeString(row.start, row.end, false) %> | <%= row.action %> | <%= interpolate(ngettext("%s word", "%s words", Math.round(row.amount)), [Math.round(row.amount)]) %> | <%= row.rate %> <%= data.meta.user.currency %> | <%= row.subTotal %> <%= data.meta.user.currency %> | |
<%= row.period %> | <%= row.action %> <%= gettext("(registered tasks)") %> | <%= amountStr %> | <%= row.rate %> <%= data.meta.user.currency %> | <%= row.subTotal %> <%= data.meta.user.currency %> | |
<%= interpolate(gettext('Total (%(currency)s)'), {'currency': data.meta.user.currency}, true) %> | <%= data.total.toFixed(2) %> <%= data.meta.user.currency %> |