Email - Reinstate Suspended Registration
- Dominant language
- Python
- Stars
- 2
- Forks
- 22
- Avg merge
- 2d 35m
- Merged PRs (30d)
- 11
Description
Markdown email template body:
```
# Short-Term Rental Registration Reinstated
**Registration Number:**
{{ reg_num }}
**Registration Expiry Date:**
{{ expiry_date }}
{% if rental_nickname %}
**Short-Term Rental Nickname:**
{{rental_nickname}}
{% endif %}
{% if unit_number %}
**Short-Term Rental Address:**
**Unit Number:** {{unit_number}}
**Street Number:** {{street_number}}
**Street Name:** {{street_name}}
**City:** {{city}}
**Postal Code:** {{postal_code}}
{% else %}
**Short-Term Rental Address:**
**Street Number:** {{street_number}}
**Street Name:** {{street_name}}
**City:** {{city}}
**Postal Code:** {{postal_code}}
{% endif %}
Your short-term rental registration has been **reinstated**.
---
# Terms and Conditions
{% if custom_content %}
{{custom_content | escape }}
{% endif %}
Your short-term rental registration is subject to [Terms and Conditions]({{ tac_url }}). Failure to comply may result in another suspension or cancellation of your registration.
---
# Important Next Steps
1. Log in to the platform where your short-term rental is listed, such as Airbnb, Vrbo, or another booking site.
2. Follow the platform instructions to confirm the details of your listing.
3. Repeat the above steps for **each platform** your short-term rental is listed on.
---
[[strr-footer.md]]
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.