Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update exemption registration and search report exempt state text. #1604

Merged
merged 1 commit into from
Oct 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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