-
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.
[MMCA-4193] Adding new email templates for not found templates (#1099)
* [MMCA-4193] Adding new email templates for not found templates * [MMCA-4193] Adding EOL * [MMCA-4193] Fixing format * [MMCA-4193] Tiny fix on format * [MMCA-4193] Fixing formatting issues on CustomsFinancialsSpec
- Loading branch information
Showing
12 changed files
with
341 additions
and
0 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
47 changes: 47 additions & 0 deletions
47
.../hmrcemailrenderer/templates/customsfinancials/requestedC79CertificateNotFound.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,47 @@ | ||
@* | ||
* 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]) | ||
@title = @{"Requested import VAT certificates (C79)"} | ||
|
||
@uk.gov.hmrc.hmrcemailrenderer.templates.helpers.html.template_main(params, title) { | ||
|
||
<p style="font-size: 19px;line-height: 1.315789474;margin: 0 0 30px 0;"> | ||
@uk.gov.hmrc.hmrcemailrenderer.templates.helpers.html.salutationFullName(params) | ||
</p> | ||
|
||
<div style="font-size: 19px;line-height: 1.315789474;margin: 0 0 30px 0;"> | ||
|
||
<p>We have sent you a message about the import VAT certificates (C79) you requested. To read it:</p> | ||
|
||
<ol> | ||
<li>Go to GOV.UK.</li> | ||
<li>Search for ‘Check how to get your import VAT certificate (C79)’ and sign in.</li> | ||
<li>Go to your messages.</li> | ||
</ol> | ||
|
||
<p>For security reasons, we have not included a link in this email.</p> | ||
|
||
<h4>If you need help</h4> | ||
|
||
<p>You can phone HMRC on 0300 322 9434. </br> | ||
Lines are open 8am to 6pm, Monday to Friday (closed bank holidays).</p> | ||
|
||
<p>From the Customs Declaration Service</p> | ||
|
||
</div> | ||
|
||
} |
21 changes: 21 additions & 0 deletions
21
...c/hmrcemailrenderer/templates/customsfinancials/requestedC79CertificateNotFound.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,21 @@ | ||
@(params: Map[String, Any])Requested import VAT certificates (C79) | ||
|
||
@uk.gov.hmrc.hmrcemailrenderer.templates.helpers.txt.salutationFullName(params) | ||
|
||
We have sent you a message about the import VAT certificates (C79) you requested. To read it: | ||
|
||
Go to GOV.UK. | ||
|
||
Search for ‘Check how to get your import VAT certificate (C79)’ and sign in. | ||
|
||
Go to your messages. | ||
|
||
For security reasons, we have not included a link in this email. | ||
|
||
If you need help | ||
|
||
You can phone HMRC on 0300 322 9434. Lines are open 8am to 6pm, Monday to Friday (closed bank holidays). | ||
|
||
From the Customs Declaration Service | ||
|
||
@{uk.gov.hmrc.hmrcemailrenderer.templates.helpers.txt.template_footer()} |
47 changes: 47 additions & 0 deletions
47
...lrenderer/templates/customsfinancials/requestedDutyDefermentStatementsNotFound.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,47 @@ | ||
@* | ||
* 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]) | ||
@title = @{"Requested duty deferment statements"} | ||
|
||
@uk.gov.hmrc.hmrcemailrenderer.templates.helpers.html.template_main(params, title) { | ||
|
||
<p style="font-size: 19px;line-height: 1.315789474;margin: 0 0 30px 0;"> | ||
@uk.gov.hmrc.hmrcemailrenderer.templates.helpers.html.salutationFullName(params) | ||
</p> | ||
|
||
<div style="font-size: 19px;line-height: 1.315789474;margin: 0 0 30px 0;"> | ||
|
||
<p>We have sent you a message about the duty deferment statements you requested. To read it:</p> | ||
|
||
<ol> | ||
<li>Go to GOV.UK.</li> | ||
<li>Search for ‘Get copies of your duty deferment statements’ and sign in.</li> | ||
<li>Go to your messages.</li> | ||
</ol> | ||
|
||
<p>For security reasons, we have not included a link in this email.</p> | ||
|
||
<h4>If you need help</h4> | ||
|
||
<p>You can phone HMRC on 03000 594 243. </br> | ||
Lines are open 8am to 6pm, Monday to Friday (closed bank holidays).</p> | ||
|
||
<p>From the Customs Declaration Service</p> | ||
|
||
</div> | ||
|
||
} |
21 changes: 21 additions & 0 deletions
21
...ilrenderer/templates/customsfinancials/requestedDutyDefermentStatementsNotFound.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,21 @@ | ||
@(params: Map[String, Any])Requested duty deferment statements | ||
|
||
@uk.gov.hmrc.hmrcemailrenderer.templates.helpers.txt.salutationFullName(params) | ||
|
||
We have sent you a message about the duty deferment statements you requested. To read it: | ||
|
||
Go to GOV.UK. | ||
|
||
Search for ‘Get copies of your duty deferment statements’ and sign in. | ||
|
||
Go to your messages. | ||
|
||
For security reasons, we have not included a link in this email. | ||
|
||
If you need help | ||
|
||
You can phone HMRC on 03000 594 243. Lines are open 8am to 6pm, Monday to Friday (closed bank holidays). | ||
|
||
From the Customs Declaration Service | ||
|
||
@{uk.gov.hmrc.hmrcemailrenderer.templates.helpers.txt.template_footer()} |
42 changes: 42 additions & 0 deletions
42
.../templates/customsfinancials/requestedNotificationAdjustmentStatementsNotFound.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,42 @@ | ||
@* | ||
* 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]) | ||
@title = @{"Requested notification of adjustment statements"} | ||
|
||
@uk.gov.hmrc.hmrcemailrenderer.templates.helpers.html.template_main(params, title) { | ||
|
||
<p style="font-size: 19px;line-height: 1.315789474;margin: 0 0 30px 0;"> | ||
@uk.gov.hmrc.hmrcemailrenderer.templates.helpers.html.salutationFullName(params) | ||
</p> | ||
|
||
<div style="font-size: 19px;line-height: 1.315789474;margin: 0 0 30px 0;"> | ||
|
||
<p>We have sent you a message about the notification of adjustment statements you requested. To read it:</p> | ||
|
||
<ol> | ||
<li>Go to GOV.UK.</li> | ||
<li>Search for ‘Get your import VAT and duty adjustment statements’ and sign in.</li> | ||
<li>Go to your messages.</li> | ||
</ol> | ||
|
||
<p>For security reasons, we have not included a link in this email.</p> | ||
|
||
<p>From the Customs Declaration Service</p> | ||
|
||
</div> | ||
|
||
} |
17 changes: 17 additions & 0 deletions
17
...r/templates/customsfinancials/requestedNotificationAdjustmentStatementsNotFound.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,17 @@ | ||
@(params: Map[String, Any])Requested notification of adjustment statements | ||
|
||
@uk.gov.hmrc.hmrcemailrenderer.templates.helpers.txt.salutationFullName(params) | ||
|
||
We have sent you a message about the notification of adjustment statements you requested. To read it: | ||
|
||
Go to GOV.UK. | ||
|
||
Search for ‘Get your import VAT and duty adjustment statements’ and sign in. | ||
|
||
Go to your messages. | ||
|
||
For security reasons, we have not included a link in this email. | ||
|
||
From the Customs Declaration Service | ||
|
||
@{uk.gov.hmrc.hmrcemailrenderer.templates.helpers.txt.template_footer()} |
47 changes: 47 additions & 0 deletions
47
...erer/templates/customsfinancials/requestedPostponedImportVATStatementsNotFound.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,47 @@ | ||
@* | ||
* 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]) | ||
@title = @{"Requested postponed import VAT statements"} | ||
|
||
@uk.gov.hmrc.hmrcemailrenderer.templates.helpers.html.template_main(params, title) { | ||
|
||
<p style="font-size: 19px;line-height: 1.315789474;margin: 0 0 30px 0;"> | ||
@uk.gov.hmrc.hmrcemailrenderer.templates.helpers.html.salutationFullName(params) | ||
</p> | ||
|
||
<div style="font-size: 19px;line-height: 1.315789474;margin: 0 0 30px 0;"> | ||
|
||
<p>We have sent you a message about the postponed import VAT statements you requested. To read it:</p> | ||
|
||
<ol> | ||
<li>Go to GOV.UK.</li> | ||
<li>Search for ‘Get your postponed import VAT statement’ and sign in.</li> | ||
<li>Go to your messages.</li> | ||
</ol> | ||
|
||
<p>For security reasons, we have not included a link in this email.</p> | ||
|
||
<h4>If you need help</h4> | ||
|
||
<p>You can phone HMRC on 0300 322 9434. </br> | ||
Lines are open 8am to 6pm, Monday to Friday (closed bank holidays).</p> | ||
|
||
<p>From the Customs Declaration Service</p> | ||
|
||
</div> | ||
|
||
} |
21 changes: 21 additions & 0 deletions
21
...derer/templates/customsfinancials/requestedPostponedImportVATStatementsNotFound.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,21 @@ | ||
@(params: Map[String, Any])Requested postponed import VAT statements | ||
|
||
@uk.gov.hmrc.hmrcemailrenderer.templates.helpers.txt.salutationFullName(params) | ||
|
||
We have sent you a message about the postponed import VAT statements you requested. To read it: | ||
|
||
Go to GOV.UK. | ||
|
||
Search for ‘Get your postponed import VAT statement’ and sign in. | ||
|
||
Go to your messages. | ||
|
||
For security reasons, we have not included a link in this email. | ||
|
||
If you need help | ||
|
||
You can phone HMRC on 0300 322 9434. Lines are open 8am to 6pm, Monday to Friday (closed bank holidays). | ||
|
||
From the Customs Declaration Service | ||
|
||
@{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