{{#if !wizard}}
{{#if fileCount(this.id) > 0}} {{fileCount(this.id)}} {{/if}}

About the relationship.

Started living together
{{dte(relationship.together, true)}}
Status
{{relationship.status}}
{{#if relationship.status == 'Married'}}
Date of marriage
{{dte(relationship.married.married, true)}}
Location of marriage
{{relationship.married.marriedLocation}}
{{/if}} {{#if relationship.status == 'Separated (still married)'}}
Date of marriage
{{dte(relationship.marriedSeparated.married, true)}}
Location of marriage
{{relationship.marriedSeparated.marriedLocation}}
Date of separation
{{dte(relationship.marriedSeparated.separated, true)}}
{{/if}} {{#if relationship.status == 'Separated (never married)'}}
Date of separation
{{dte(relationship.separated.separated, true)}}
{{/if}} {{#if relationship.status == 'Divorced'}}
Date of marriage
{{dte(relationship.divorced.married, true)}}
Location of marriage
{{relationship.divorced.marriedLocation}}
Date of separation
{{dte(relationship.divorced.separated, true)}}
Date of divorce
{{dte(relationship.divorced.divorced, true)}}
Location of divorce
{{relationship.divorced.divorcedLocation}}
{{/if}}
{{/if}}