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

{{name}}'s income.

Currently employed
{{income.employed}}
{{#if income.employed}}
Income from jobs
{{#income.jobs}} {{occupation}} - {{business}} (p/w: {{formatValue(this.income)}} | p/m: {{formatValue(toMonthly(this.income, 'weekly'))}})
{{/income.jobs}}
{{/if}}
Other income
{{yesno(income.other)}} {{#if income.other === true}}
Source: {{income.otherType}}
Per week: {{formatValue(income.otherIncome)}}
Per month: {{formatValue(toMonthly(income.otherIncome, 'weekly'))}} {{/if}}
{{/if}}