diff --git a/app/uk/gov/hmrc/hmrcemailrenderer/templates/ecc/eccRegistrationSuccessful.scala.html b/app/uk/gov/hmrc/hmrcemailrenderer/templates/ecc/eccRegistrationSuccessful.scala.html
index b90cd5433..8d8ad58a8 100644
--- a/app/uk/gov/hmrc/hmrcemailrenderer/templates/ecc/eccRegistrationSuccessful.scala.html
+++ b/app/uk/gov/hmrc/hmrcemailrenderer/templates/ecc/eccRegistrationSuccessful.scala.html
@@ -1,5 +1,5 @@
@*
- * Copyright 2023 HM Revenue & Customs
+ * Copyright 2024 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.
@@ -19,67 +19,63 @@
@(params: Map[String, Any])
@dynamicSubscriptionContent = @{
- params.getOrElse("enrolmentKey", "") match {
- case "HMRC-ATAR-ORG" =>
-
apply for an Advance Tariff Ruling
- apply for an Advance Valuation Ruling
- case "HMRC-GVMS-ORG" => get a goods movement reference (GMR)
- case "HMRC-CTC-ORG" => submit union transit declarations through NCTS
- case "HMRC-SS-ORG" => make entry summary declarations
- case "HMRC-CTS-ORG" =>
- apply for repayment of import duty and VAT (CHIEF)
- send documents for a customs check for declarations made in CHIEF
- tell HMRC about an underpayment of Customs Duty or import VAT
-
- case "HMRC-ESC-ORG" => report and manage your allowance for Customs Duty waiver claims
- case _ => use the Customs Declaration Service
- }
+ params.getOrElse("enrolmentKey", "") match {
+ case "HMRC-ATAR-ORG" =>
+ apply for an Advance Tariff Ruling
+ apply for an Advance Valuation Ruling
+ case "HMRC-GVMS-ORG" => get a goods movement reference (GMR)
+ case "HMRC-CTC-ORG" => submit union transit declarations through NCTS
+ case "HMRC-SS-ORG" => make entry summary declarations
+ case "HMRC-CTS-ORG" =>
+ apply for repayment of import duty and VAT (CHIEF)
+ send documents for a customs check for declarations made in CHIEF
+ tell HMRC about an underpayment of Customs Duty or import VAT
+
+ case "HMRC-ESC-ORG" => report and manage your allowance for Customs Duty waiver claims
+ case _ => use the Customs Declaration Service
+ }
}
@eoriOnly = {
@if(params.getOrElse("serviceName", "") == "Get an EORI"){
-
- - move goods to or from Great Britain
- - subscribe to customs services
- - use the Customs Declaration Service
-
+
+ - move goods to or from Great Britain
+ - subscribe to customs services
+ - use the Customs Declaration Service
+
-Get your EORI number
+ Get your EORI number
-For security reasons, we cannot send EORI numbers by email. You can obtain your EORI number by following these steps:
+ For security reasons, we cannot send EORI numbers by email. You can get your EORI number by following these steps.
-
- - Go to GOV.UK and search for, 'Get an EORI'.
- - Select the link that says, 'Get an EORI number'.
- - On the Get an EORI number page, select the link that says, 'This guide is also available in Welsh (Cymraeg.)'
- - On the Cael rhif EORI page, select the link that reads, 'Gwneud cais am rif EORI'
- - On the Gwneud cais am rif EORI page, select the link that says, 'wirio statws cais rydych eisoes wedi'i wneud'. You'll find this link near the end of the page.
- - Toggle to Welsh using the Cymraeg button near the start of the page. Sign in using your Government Gateway user ID and password.
-
+
+ - Go to GOV.UK and search for 'Get an EORI'.
+ - Select the link that says 'Apply for EORI'.
+ - On the Apply for EORI page, select the link that says 'Check the status of an application you’ve already made'. You’ll find this link near the end of the page.
+ - Sign in using your Government Gateway user ID and password.
+
-About the Customs Declaration Service
+ About the Customs Declaration Service
-We have subscribed you to the Customs Declaration Service.
-For more information, search ‘Customs Declaration Service’ on GOV.UK.
+ We have subscribed you to the Customs Declaration Service.
+ For more information, search ‘Customs Declaration Service’ on GOV.UK.
} else {
-
- @dynamicSubscriptionContent
- - move goods to or from Great Britain
- - subscribe to other customs services
-
+
+ @dynamicSubscriptionContent
+ - move goods to or from Great Britain
+ - subscribe to other customs services
+
-Get your EORI number
+ Get your EORI number
-For security reasons, we cannot send EORI numbers by email. You can obtain your EORI number by following these steps:
+ For security reasons, we cannot send EORI numbers by email. You can get your EORI number by following these steps.
-
- - Go to GOV.UK and search for, 'Get an EORI'.
- - Select the link that says, 'Get an EORI number'.
- - On the Get an EORI number page, select the link that says, 'This guide is also available in Welsh (Cymraeg.)'
- - On the Cael rhif EORI page, select the link that reads, 'Gwneud cais am rif EORI'
- - On the Gwneud cais am rif EORI page, select the link that says, 'wirio statws cais rydych eisoes wedi'i wneud'. You'll find this link near the end of the page.
- - Toggle to Welsh using the Cymraeg button near the start of the page. Sign in using your Government Gateway user ID and password.
-
+
+ - Go to GOV.UK and search for 'Get an EORI'.
+ - Select the link that says 'Get an EORI number'.
+ - On the Get an EORI number page, select the link that says 'Check the status of an application you’ve already made'. You’ll find this link near the end of the page.
+ - Sign in using your Government Gateway user ID and password.
+
}
}
@@ -87,16 +83,16 @@ Get your EORI number
@template_main(params, s"${applicationComplete(params, "Application Complete")}") {
-@salutationFullName(params)
+ @salutationFullName(params)
-
+
-You can now:
+ You can now:
-@eoriOnly
+ @eoriOnly
-
+
-From HMRC
+ From HMRC
}
\ No newline at end of file
diff --git a/app/uk/gov/hmrc/hmrcemailrenderer/templates/ecc/eccRegistrationSuccessful.scala.txt b/app/uk/gov/hmrc/hmrcemailrenderer/templates/ecc/eccRegistrationSuccessful.scala.txt
index 5df66a764..53ac94567 100644
--- a/app/uk/gov/hmrc/hmrcemailrenderer/templates/ecc/eccRegistrationSuccessful.scala.txt
+++ b/app/uk/gov/hmrc/hmrcemailrenderer/templates/ecc/eccRegistrationSuccessful.scala.txt
@@ -32,14 +32,12 @@ You can now:
Get your EORI number
-For security reasons, we cannot send EORI numbers by email. You can obtain your EORI number by following these steps:
+For security reasons, we cannot send EORI numbers by email. You can get your EORI number by following these steps.
-- Go to GOV.UK and search for, 'Get an EORI'.
-- Select the link that says, 'Get an EORI number'.
-- On the Get an EORI number page, select the link that says, 'This guide is also available in Welsh (Cymraeg.)'
-- On the Cael rhif EORI page, select the link that reads, 'Gwneud cais am rif EORI'
-- On the Gwneud cais am rif EORI page, select the link that says, 'wirio statws cais rydych eisoes wedi'i wneud'. You'll find this link near the end of the page.
-- Toggle to Welsh using the Cymraeg button near the start of the page. Sign in using your Government Gateway user ID and password.
+- Go to GOV.UK and search for 'Get an EORI'.
+- Select the link that says 'Apply for EORI'.
+- On the Apply for EORI page, select the link that says 'Check the status of an application you’ve already made'. You’ll find this link near the end of the page.
+- Sign in using your Government Gateway user ID and password.
About the Customs Declaration Service
@@ -52,14 +50,12 @@ For more information, search ‘Customs Declaration Service’ on GOV.UK.
Get your EORI number
-For security reasons, we cannot send EORI numbers by email. You can obtain your EORI number by following these steps:
+For security reasons, we cannot send EORI numbers by email. You can get your EORI number by following these steps.
-- Go to GOV.UK and search for, 'Get an EORI'.
-- Select the link that says, 'Get an EORI number'.
-- On the Get an EORI number page, select the link that says, 'This guide is also available in Welsh (Cymraeg.)'
-- On the Cael rhif EORI page, select the link that reads, 'Gwneud cais am rif EORI'
-- On the Gwneud cais am rif EORI page, select the link that says, 'wirio statws cais rydych eisoes wedi'i wneud'. You'll find this link near the end of the page.
-- Toggle to Welsh using the Cymraeg button near the start of the page. Sign in using your Government Gateway user ID and password.
+- Go to GOV.UK and search for 'Get an EORI'.
+- Select the link that says 'Get an EORI number'.
+- On the Get an EORI number page, select the link that says 'Check the status of an application you’ve already made'. You’ll find this link near the end of the page.
+- Sign in using your Government Gateway user ID and password.
diff --git a/app/uk/gov/hmrc/hmrcemailrenderer/templates/ecc/eccRegistrationSuccessful_cy.scala.html b/app/uk/gov/hmrc/hmrcemailrenderer/templates/ecc/eccRegistrationSuccessful_cy.scala.html
index 384ec6576..f9ad6f516 100644
--- a/app/uk/gov/hmrc/hmrcemailrenderer/templates/ecc/eccRegistrationSuccessful_cy.scala.html
+++ b/app/uk/gov/hmrc/hmrcemailrenderer/templates/ecc/eccRegistrationSuccessful_cy.scala.html
@@ -1,5 +1,5 @@
@*
- * Copyright 2023 HM Revenue & Customs
+ * Copyright 2024 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.
@@ -46,14 +46,14 @@
Cael eich rhif EORI
-Am resymau diogelwch, ni allwn anfon rhifau EORI drwy e-bost. Gallwch gael eich rhif EORI drwy ddilyn y camau canlynol:
+Am resymau diogelwch, ni allwn anfon rhifau EORI drwy e-bost. Gallwch gael eich rhif EORI drwy ddilyn y camau canlynol.
- Ewch i GOV.UK a chwilio am, 'Get an EORI'.
- - Dewiswch y cysylltiad ar y dudalen sy'n nodi 'Get an EORI number'.
- - Ar y dudalen 'Get an EORI number', dewiswch y cysylltiad sy'n nodi 'This guide is also available in Welsh (Cymraeg).'
- - Ar y dudalen 'Cael rhif EORI', dewiswch y cysylltiad sy'n nodi 'Gwneud cais am rif EORI'
- - Ar y dudalen 'Gwneud cais am rif EORI', dewiswch y cysylltiad sy'n nodi sut i 'wirio statws cais rydych eisoes wedi'i wneud'. Gallwch ddod o hyd i'r cysylltiad hwn yn agos at waelod y dudalen.
+ - Cliciwch ar y cysylltiad ar y dudalen sy'n nodi 'Get an EORI number'.
+ - Ar y dudalen 'Get an EORI number', gwasgwch y cysylltiad sy'n nodi 'This guide is also available in Welsh (Cymraeg).'
+ - Ar y dudalen 'Cael rhif EORI', cliciwch ar y cysylltiad sy'n nodi 'Gwneud cais am rif EORI'
+ - Ar y dudalen 'Gwneud cais am rif EORI', cliciwch ar y cysylltiad sy'n nodi sut i 'wirio statws cais rydych eisoes wedi'i wneud'. Gallwch ddod o hyd i'r cysylltiad hwn yn agos at waelod y dudalen.
- Gellir toglo i'r Gymraeg drwy bwyso'r botwm ar frig y dudalen. Mewngofnodwch gan ddefnyddio'ch Dynodydd Defnyddiwr (ID) a'ch cyfrinair ar gyfer Porth y Llywodraeth.
@@ -70,14 +70,14 @@ Defnyddio'r Gwasanaeth Datgani
Cael eich rhif EORI
-
Am resymau diogelwch, ni allwn anfon rhifau EORI drwy e-bost. Gallwch gael eich rhif EORI drwy ddilyn y camau canlynol:
+Am resymau diogelwch, ni allwn anfon rhifau EORI drwy e-bost. Gallwch gael eich rhif EORI drwy ddilyn y camau canlynol.
- Ewch i GOV.UK a chwilio am, 'Get an EORI'.
- - Dewiswch y cysylltiad ar y dudalen sy'n nodi 'Get an EORI number'.
- - Ar y dudalen 'Get an EORI number', dewiswch y cysylltiad sy'n nodi 'This guide is also available in Welsh (Cymraeg).'
- - Ar y dudalen 'Cael rhif EORI', dewiswch y cysylltiad sy'n nodi 'Gwneud cais am rif EORI'
- - Ar y dudalen 'Gwneud cais am rif EORI', dewiswch y cysylltiad sy'n nodi sut i 'wirio statws cais rydych eisoes wedi'i wneud'. Gallwch ddod o hyd i'r cysylltiad hwn yn agos at waelod y dudalen.
+ - Cliciwch ar y cysylltiad ar y dudalen sy'n nodi 'Get an EORI number'.
+ - Ar y dudalen 'Get an EORI number', gwasgwch y cysylltiad sy'n nodi 'This guide is also available in Welsh (Cymraeg).'
+ - Ar y dudalen 'Cael rhif EORI', cliciwch ar y cysylltiad sy'n nodi 'Gwneud cais am rif EORI'
+ - Ar y dudalen 'Gwneud cais am rif EORI', cliciwch ar y cysylltiad sy'n nodi sut i 'wirio statws cais rydych eisoes wedi'i wneud'. Gallwch ddod o hyd i'r cysylltiad hwn yn agos at waelod y dudalen.
- Gellir toglo i'r Gymraeg drwy bwyso'r botwm ar frig y dudalen. Mewngofnodwch gan ddefnyddio'ch Dynodydd Defnyddiwr (ID) a'ch cyfrinair ar gyfer Porth y Llywodraeth.
}
diff --git a/app/uk/gov/hmrc/hmrcemailrenderer/templates/ecc/eccRegistrationSuccessful_cy.scala.txt b/app/uk/gov/hmrc/hmrcemailrenderer/templates/ecc/eccRegistrationSuccessful_cy.scala.txt
index 3e7d20e86..4e4266779 100644
--- a/app/uk/gov/hmrc/hmrcemailrenderer/templates/ecc/eccRegistrationSuccessful_cy.scala.txt
+++ b/app/uk/gov/hmrc/hmrcemailrenderer/templates/ecc/eccRegistrationSuccessful_cy.scala.txt
@@ -32,13 +32,13 @@ Erbyn hyn, gallwch wneud y canlynol:
Cael eich rhif EORI
-Am resymau diogelwch, ni allwn anfon rhifau EORI drwy e-bost. Gallwch gael eich rhif EORI drwy ddilyn y camau canlynol:
+Am resymau diogelwch, ni allwn anfon rhifau EORI drwy e-bost. Gallwch gael eich rhif EORI drwy ddilyn y camau canlynol.
- Ewch i GOV.UK a chwilio am, 'Get an EORI'.
-- Dewiswch y cysylltiad ar y dudalen sy'n nodi 'Get an EORI number'.
-- Ar y dudalen 'Get an EORI number', dewiswch y cysylltiad sy'n nodi 'This guide is also available in Welsh (Cymraeg).'
-- Ar y dudalen 'Cael rhif EORI', dewiswch y cysylltiad sy'n nodi 'Gwneud cais am rif EORI'
-- Ar y dudalen 'Gwneud cais am rif EORI', dewiswch y cysylltiad sy'n nodi sut i 'wirio statws cais rydych eisoes wedi'i wneud'. Gallwch ddod o hyd i'r cysylltiad hwn yn agos at waelod y dudalen.
+- Cliciwch ar y cysylltiad ar y dudalen sy'n nodi 'Get an EORI number'.
+- Ar y dudalen 'Get an EORI number', gwasgwch y cysylltiad sy'n nodi 'This guide is also available in Welsh (Cymraeg).'
+- Ar y dudalen 'Cael rhif EORI', cliciwch ar y cysylltiad sy'n nodi 'Gwneud cais am rif EORI'
+- Ar y dudalen 'Gwneud cais am rif EORI', cliciwch ar y cysylltiad sy'n nodi sut i 'wirio statws cais rydych eisoes wedi'i wneud'. Gallwch ddod o hyd i'r cysylltiad hwn yn agos at waelod y dudalen.
- Gellir toglo i'r Gymraeg drwy bwyso'r botwm ar frig y dudalen. Mewngofnodwch gan ddefnyddio'ch Dynodydd Defnyddiwr (ID) a'ch cyfrinair ar gyfer Porth y Llywodraeth.
Defnyddio'r Gwasanaeth Datganiadau Tollau
@@ -52,13 +52,13 @@ I gael rhagor o wybodaeth, chwiliwch am ‘Customs Declaration Service’ ar GOV
Cael eich rhif EORI
-Am resymau diogelwch, ni allwn anfon rhifau EORI drwy e-bost. Gallwch gael eich rhif EORI drwy ddilyn y camau canlynol:
+Am resymau diogelwch, ni allwn anfon rhifau EORI drwy e-bost. Gallwch gael eich rhif EORI drwy ddilyn y camau canlynol.
- Ewch i GOV.UK a chwilio am, 'Get an EORI'.
-- Dewiswch y cysylltiad ar y dudalen sy'n nodi 'Get an EORI number'.
-- Ar y dudalen 'Get an EORI number', dewiswch y cysylltiad sy'n nodi 'This guide is also available in Welsh (Cymraeg).'
-- Ar y dudalen 'Cael rhif EORI', dewiswch y cysylltiad sy'n nodi 'Gwneud cais am rif EORI'
-- Ar y dudalen 'Gwneud cais am rif EORI', dewiswch y cysylltiad sy'n nodi sut i 'wirio statws cais rydych eisoes wedi'i wneud'. Gallwch ddod o hyd i'r cysylltiad hwn yn agos at waelod y dudalen.
+- Cliciwch ar y cysylltiad ar y dudalen sy'n nodi 'Get an EORI number'.
+- Ar y dudalen 'Get an EORI number', gwasgwch y cysylltiad sy'n nodi 'This guide is also available in Welsh (Cymraeg).'
+- Ar y dudalen 'Cael rhif EORI', cliciwch ar y cysylltiad sy'n nodi 'Gwneud cais am rif EORI'
+- Ar y dudalen 'Gwneud cais am rif EORI', cliciwch ar y cysylltiad sy'n nodi sut i 'wirio statws cais rydych eisoes wedi'i wneud'. Gallwch ddod o hyd i'r cysylltiad hwn yn agos at waelod y dudalen.
- Gellir toglo i'r Gymraeg drwy bwyso'r botwm ar frig y dudalen. Mewngofnodwch gan ddefnyddio'ch Dynodydd Defnyddiwr (ID) a'ch cyfrinair ar gyfer Porth y Llywodraeth.
}