diff --git a/mhr_api/report-templates/template-parts/registration/owners.html b/mhr_api/report-templates/template-parts/registration/owners.html index 3da1f5bc8..21a5a99ab 100644 --- a/mhr_api/report-templates/template-parts/registration/owners.html +++ b/mhr_api/report-templates/template-parts/registration/owners.html @@ -37,16 +37,24 @@ {% if ownerGroups is defined %} {% for group in ownerGroups %} {% if ownerGroups|length > 1 %} -
+ Group {{ group.groupId }}: + {% if group.interest is defined and group.interest != '' %} + Interest {{ group.interest|capitalize }} + {% if group.interestNumerator is defined and group.interestDenominator is defined %} + {{ group.interestNumerator }}/{{ group.interestDenominator }} + {% endif %} + + {% endif %} + | ++ Group Tenancy Type: + {% if group.owners|length > 1 %}Joint Tenancy{% else %}N/A{% endif %} + | +
+ Group {{ group.groupId }}: + {% if group.interest is defined and group.interest != '' %} + Interest {{ group.interest|capitalize }} + {% if group.interestNumerator is defined and group.interestDenominator is defined %} + {{ group.interestNumerator }}/{{ group.interestDenominator }} + {% endif %} + + {% endif %} + | ++ Group Tenancy Type: + {% if group.owners|length > 1 %}Joint Tenancy{% else %}N/A{% endif %} + | +
+ Group {{ group.groupId }}: + {% if group.interest is defined and group.interest != '' %} + Interest {{ group.interest|capitalize }} + {% if group.interestNumerator is defined and group.interestDenominator is defined %} + {{ group.interestNumerator }}/{{ group.interestDenominator }} + {% endif %} + + {% endif %} + | ++ Group Tenancy Type: + {% if group.owners|length > 1 %}Joint Tenancy{% else %}N/A{% endif %} + | +