Invoices
<% for ( var i = 0; i < invoices.length; i++ ) { %> <% } %>
Billing Date Subscription Id Invoice Id Team Name Total
<%= moment( invoices[ i ].billing_date_dt ).format( 'D.M.YYYY' ) %> <%= invoices[ i ].braintree_subscription_id %> <%= invoices[ i ].billing_id %> <%= invoices[ i ].team_name %> <%= invoices[ i ].package_price %> EUR