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 %} -
+ + + + + + {% endif %} {% for party in group.owners %} @@ -99,16 +107,24 @@ {% for group in addOwnerGroups %} {% if group.type == 'COMMON' or (group.interestNumerator is defined and group.interestDenominator is defined and group.interestNumerator > 0 and group.interestDenominator > 0) %} -
- 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 %} -
+ + + + + + {% endif %} {% for party in group.owners %} diff --git a/mhr_api/report-templates/template-parts/search-result/owners.html b/mhr_api/report-templates/template-parts/search-result/owners.html index 8590562d7..f51b4393b 100755 --- a/mhr_api/report-templates/template-parts/search-result/owners.html +++ b/mhr_api/report-templates/template-parts/search-result/owners.html @@ -20,17 +20,24 @@ {% endif %} {% for group in detail.ownerGroups %} {% if detail.ownerGroups|length > 1 %} -
- Group {{ group.groupId }}:  - Interest - {% if group.interest is defined and group.interest != '' %} - {{ group.interest|capitalize }} - {% endif %} - {% if group.interestNumerator is defined and group.interestDenominator is defined %} - {{ group.interestNumerator }}/{{ group.interestDenominator }} - {% endif %} - -
+ + + + + + {% endif %} {% for party in group.owners %} diff --git a/mhr_api/report-templates/template-parts/v2/style.html b/mhr_api/report-templates/template-parts/v2/style.html index e1a493245..df68a7204 100755 --- a/mhr_api/report-templates/template-parts/v2/style.html +++ b/mhr_api/report-templates/template-parts/v2/style.html @@ -774,6 +774,8 @@ td.col-50 { width: 50%; } td.col-40 { width: 40%; } td.col-60 { width: 60%; } + td.col-45 { width: 45%; } + td.col-55 { width: 55%; } .director-former-name { font-family: 'BC Sans', sans-serif !important;