Skip to content

Commit

Permalink
Update exemption registration and search report exempt state text. (#…
Browse files Browse the repository at this point in the history
…1604)

Signed-off-by: Doug Lovett <doug@diamante.ca>
  • Loading branch information
doug-lovett authored Oct 27, 2023
1 parent a718ff9 commit 903ce46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mhr_api/report-templates/exemptionV2.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,15 @@

<div class="separator mt-5"></div>
<div class="section-data mt-3">
Exempted pursuant to Section 21 of the Manufactured Home Act by an order of the Registrar dated {{createDateTime}} on Document Registration Number {{documentRegistrationNumber}}.
Pursuant to section 21 of the Manufactured Home Act, this manufactured home is exempted from the Act except section 32 by an order of the Registrar dated {{createDateTime}} on Document Registration Number {{documentRegistrationNumber}}.
</div>

<p style="page-break-before: always" ></p>
<div class="no-page-break">
<div class="section-title mt-5">Exemption Order</div>
<div class="section-data mt-3">
<span class="bold">I ORDER,</span> under section 21 of the Manufactured Home Act, that the manufactured home registered
under number {{mhrNumber}} be exempt from the Act. The exemption was processed under document registration number {{documentRegistrationNumber}}.
under number {{mhrNumber}} be exempt from the Act except section 32. The exemption was processed under document registration number {{documentRegistrationNumber}}.
</div>
<div class="section-data mt-3">
{% if registrationType == 'EXEMPTION_NON_RES' %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
{% elif message.messageType == 'WIDTH' %}
SPECIAL TRANSPORT RESTRICTIONS APPLY TO THIS HOME DUE TO THE WIDTH. PLEASE CONTACT PROVINCIAL PERMIT CENTRE 1-800-559-9688 FOR FURTHER DETAILS.
{% elif message.messageType in ('EXNR', 'EXRS') %}
Exempted pursuant to Section 21 of the Manufactured Home Act by an order of the Registrar dated {{message.messageDate}} on Document Registration Number {{message.messageId}}.
Pursuant to section 21 of the Manufactured Home Act, this manufactured home is exempted from the Act except section 32 by an order of the Registrar dated {{message.messageDate}} on Document Registration Number {{message.messageId}}.
<div class="pt-5">
{% if message.messageType == 'EXRS' %}
If this manufactured home is to be moved from the land to which it is attached, or a person buying it wishes to reflect their name on the
Expand Down

0 comments on commit 903ce46

Please sign in to comment.