<% if(typeof entries !== "undefined"){ %>
# |
<%= Ffof.t('Structure') %> |
<%= Ffof.t('D') %> |
<%= Ffof.t('C') %> |
<%= Ffof.t('Saldo') %> |
<%= Ffof.t('Description') %> |
<% _.each(entries, function(entry) { %>
<%= entry.entrynr %>. |
<%= entry.financestructure_name %> |
<%= Ffof.Math.formatNumber(entry.debet, 2) %> |
<%= Ffof.Math.formatNumber(entry.credit, 2) %> |
<%= Ffof.Math.formatNumber(entry.saldo, 2) %> |
<%= entry.description %> |
<% }); %>
<% } else { %>
<%= Ffof.t('No entries found') %>
<% } %>
<%= document.description %>
<% if (document.attachment) { %>
<%= document.attachment %>
<% } %>