-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ECL-330: Added registration received mail (#1066)
- Loading branch information
1 parent
62a49f2
commit f7993a2
Showing
7 changed files
with
142 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
80 changes: 80 additions & 0 deletions
80
app/uk/gov/hmrc/hmrcemailrenderer/templates/ecl/eclRegistrationReceived.scala.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
@* | ||
* Copyright 2023 HM Revenue & Customs | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*@ | ||
|
||
@(params: Map[String, Any]) | ||
|
||
@uk.gov.hmrc.hmrcemailrenderer.templates.helpers.html.template_main(params, "Your Economic Crime Levy registration has been received") { | ||
|
||
<div style="margin: 0 0 30px; | ||
font-size: 19px;"> | ||
<p>Dear @params("name")</p> | ||
|
||
<p> | ||
We have received your answers as part of your registration for the Economic Crime Levy (ECL). Please save this email for your records. | ||
</p> | ||
|
||
<p style="font-weight: bold;">What happens next</p> | ||
|
||
<p> | ||
We will review your answers. We may contact you using the details you provided if we need any more information. | ||
</p> | ||
|
||
<p> | ||
You will receive a letter with your ECL reference number after we have matched your details to our records. | ||
</p> | ||
|
||
<p> | ||
You can then add the Economic Crime Levy to your business tax account. | ||
</p> | ||
|
||
<p style="font-weight: bold;">How to submit a return</p> | ||
|
||
<p> | ||
You will need to complete a return and pay the levy on a yearly basis. | ||
</p> | ||
|
||
<p> | ||
The next deadline for submitting a return and making a payment is 30 September 2023. You will be charged interest if you make a late payment. | ||
</p> | ||
|
||
<p> | ||
You will not receive an email or notification from HMRC to remind you to submit a return. | ||
</p> | ||
|
||
<p> | ||
When you complete your yearly return, you will need to tell us about: | ||
</p> | ||
|
||
<ul style="margin: 0 0 30px; | ||
font-size: 19px;"> | ||
<li>the relevant accounting periods for your organisation</li> | ||
<li>your UK revenue for the relevant accounting periods</li> | ||
<li>how long you carried out anti-money laundering (AML) regulated activities during the financial year</li> | ||
<li>the contact details of the person in your organisation who is completing the return</li> | ||
</ul> | ||
|
||
<p style="font-weight: bold;">Why you got this email</p> | ||
|
||
<p> | ||
This email address is registered as the email address we can use to contact you about the ECL. | ||
</p> | ||
|
||
<p>Do not respond to this email.</p> | ||
|
||
<p>From HMRC Economic Crime Levy team</p> | ||
</div> | ||
|
||
} |
39 changes: 39 additions & 0 deletions
39
app/uk/gov/hmrc/hmrcemailrenderer/templates/ecl/eclRegistrationReceived.scala.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
@(params: Map[String, Any]) | ||
Your Economic Crime Levy registration has been received | ||
|
||
Dear @params("name") | ||
|
||
We have received your answers as part of your registration for the Economic Crime Levy (ECL). Please save this email for your records. | ||
|
||
What happens next | ||
|
||
We will review your answers. We may contact you using the details you provided if we need any more information. | ||
|
||
You will receive a letter with your ECL reference number after we have matched your details to our records. | ||
|
||
You can then add the Economic Crime Levy to your business tax account. | ||
|
||
How to submit a return | ||
|
||
You will need to complete a return and pay the levy on a yearly basis. | ||
|
||
The next deadline for submitting a return and making a payment is 30 September 2023. You will be charged interest if you make a late payment. | ||
|
||
You will not receive an email or notification from HMRC to remind you to submit a return. | ||
|
||
When you complete your yearly return, you will need to tell us about: | ||
|
||
- the relevant accounting periods for your organisation | ||
- your UK revenue for the relevant accounting periods | ||
- how long you carried out anti-money laundering (AML) regulated activities during the financial year | ||
- the contact details of the person in your organisation who is completing the return | ||
|
||
Why you got this email | ||
|
||
This email address is registered as the email address we can use to contact you about the ECL. | ||
|
||
Do not respond to this email. | ||
|
||
From HMRC Economic Crime Levy team | ||
|
||
@{uk.gov.hmrc.hmrcemailrenderer.templates.helpers.txt.template_footer()} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters