{{#if !wizard}}
{{#if fileCount(this.id) > 0 && party == 'a'}} {{fileCount(this.id)}} {{/if}}

{{name}}'s expenses.

Monthly rent
{{formatValue(toMonthly(expenses.weeklyRent, 'weekly'))}}
Monthly mortgage
{{formatValue(toMonthly(expenses.weeklyMortgage, 'weekly'))}}
Monthly rates
{{formatValue(toMonthly(expenses.quarterlyRates, 'quarterly'))}}
Monthly strata fees
{{formatValue(toMonthly(expenses.quarterlyStrataFees, 'quarterly'))}}
Monthly credit card repayments
{{formatValue(expenses.monthlyCreditCard)}}
Monthly loan re-payments
{{formatValue(expenses.monthlyLoans)}}
Home & contents insurance
{{formatValue(expenses.homecontentsInsurance)}}
Life insurance
{{formatValue(expenses.lifeInsurance)}}
Car(s) insurance
{{formatValue(expenses.carInsurance)}}
Other major monthly expenses
{{formatValue(toMonthly(expenses.other, 'weekly'))}}
{{/if}}