-
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-478: Amending A Registration Journey - Confirmation Email (#1084)
- Loading branch information
1 parent
4585721
commit 9d3a381
Showing
7 changed files
with
119 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
61 changes: 61 additions & 0 deletions
61
app/uk/gov/hmrc/hmrcemailrenderer/templates/ecl/eclAmendRegistrationSubmitted.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,61 @@ | ||
@* | ||
* 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, "You amended a registration for the Economic Crime Levy") { | ||
|
||
<div style="margin: 0 0 30px; | ||
font-size: 19px;"> | ||
<p>Dear @params("name")</p> | ||
|
||
<p> | ||
We have received your answers as part of your request to amend your registration for the Economic Crime Levy (ECL). Please save this email for your records. | ||
</p> | ||
|
||
<table width="100%" cellspacing="0" cellpadding="2px" style="text-align: left; | ||
font-size: 19px;"> | ||
<tbody> | ||
|
||
<tr> | ||
<th>ECL registration amendment request date:</th> | ||
<td>@params("dateSubmitted")</td> | ||
</tr> | ||
|
||
</tbody> | ||
</table> | ||
|
||
<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. This process will take up to 15 working days. | ||
</p> | ||
|
||
<p style="font-weight: bold;">Why you got this email</p> | ||
|
||
<p> | ||
This is the email address you provided when you submitted your return. | ||
</p> | ||
|
||
<p> | ||
Do not respond to this email. | ||
</p> | ||
|
||
<p> | ||
From HMRC Economic Crime Levy team | ||
</p> | ||
</div> | ||
} |
22 changes: 22 additions & 0 deletions
22
app/uk/gov/hmrc/hmrcemailrenderer/templates/ecl/eclAmendRegistrationSubmitted.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,22 @@ | ||
@(params: Map[String, Any]) | ||
You amended a registration for the Economic Crime Levy | ||
|
||
Dear @params("name") | ||
|
||
We have received your answers as part of your request to amend your registration for the Economic Crime Levy (ECL). Please save this email for your records. | ||
|
||
ECL registration amendment request date: @params("dateSubmitted") | ||
|
||
What happens next | ||
|
||
We will review your answers. We may contact you using the details you provided if we need any more information. This process will take up to 15 working days. | ||
|
||
Why you got this email | ||
|
||
This is the email address you provided when you submitted your return. | ||
|
||
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