Income {% if report.startDate %} (From {{report.startDateUsingFormatter}} {% if report.endDate %} To {{report.endDateUsingFormatter}}) {% else %} To Present) {% /if %} {% /if %}

{% decimalMath totalCost = 0 %} {% for reportEntry in monthlyIncome %} {% decimalMath totalCost = totalCost + reportEntry.monthlyIncome %} {% /for %}
Month Income
{{ reportEntry.monthAsAbbreviatedString }} {{ reportEntry.monthlyIncome }} {{ reportEntry.monthAsString }} {{ reportEntry.yearAsInt }} {{ reportEntry.monthlyIncomeUsingFormatter }}
Total: {{totalCost | currency_format}}

Reported generated on {% now | date_format: "MMM dd yyyy 'at' HH:mm:ss" %}.