diff --git a/components/pdftemplates/enforcement_pdf.js b/components/pdftemplates/enforcement_pdf.js
index 09111076..20ce4a38 100644
--- a/components/pdftemplates/enforcement_pdf.js
+++ b/components/pdftemplates/enforcement_pdf.js
@@ -167,7 +167,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
fontFamily: "Helvetica-Bold",
}}
>
- Local Planning Authority Questionnaire
+ {getTrans(
+ docProps.locale,
+ "lpa-questionnaire-heading"
+ )}
{
fontFamily: "Helvetica-Bold",
}}
>
- For Planning Enforcement Appeals
+ {getTrans(
+ docProps.locale,
+ "lpa-questionnaire-subheading-enf"
+ )}
@@ -191,10 +197,7 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
- The LPA must send the completed questionnaire and
- any attachments to PEDW.casework@gov.wales and the
- appellant (or their agent) within 5 working days of
- the start date specified in our start letter.
+ {getTrans(docProps.locale, "s78-heading-para-two")}
@@ -204,7 +207,12 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
fontFamily: "Helvetica-Bold",
}}
>
- Case details
+
+ {getTrans(
+ docProps.locale,
+ "section-heading-zero"
+ )}
+
{
:
- {values.lpaReference}
+ {values.pinswg_lpareference}
{
>
3.
- Site address/grid ref:
+ {getTrans(
+ docProps.locale,
+ "enf-section-question-3"
+ )}
{values.siteAddress}
@@ -294,8 +305,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
4.
- Which procedure do you consider the
- appeal should follow?
+ {getTrans(
+ docProps.locale,
+ "enf-section-question-4"
+ )}
{values.procedureType}
@@ -321,8 +334,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
>
5.
- Will the Inspector need to enter the appeal
- site/property?
+ {getTrans(
+ docProps.locale,
+ "enf-section-question-5"
+ )}
{values.enterToView}
@@ -345,9 +360,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
6.
- Do you consider that the Inspector needs
- to enter neighbouring private
- land/property to view the site?
+ {getTrans(
+ docProps.locale,
+ "enf-section-question-6"
+ )}
{values.enterNeighbouringLandToViewSite}
@@ -381,12 +397,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
7.
- If access to private land/buildings is
- required, are you content for the
- Inspector to visit the site on an
- ‘access required’ basis, with only the
- landowner or their representative
- present?
+ {getTrans(
+ docProps.locale,
+ "enf-section-question-7"
+ )}
{
@@ -421,9 +435,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
8.
- Are you aware of any health and safety
- issues which would need to be considered
- when the Inspector visits the site?
+ {getTrans(
+ docProps.locale,
+ "enf-section-question-8"
+ )}
{values.healthAndSafetyIssues}
@@ -456,8 +471,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
- LPA contact for site visit, hearing or
- inquiry arrangements:
+ {getTrans(
+ docProps.locale,
+ "enf-section-question-9"
+ )}
@@ -477,7 +494,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
}}
>
- Deemed Application Fee{" "}
+ {getTrans(
+ docProps.locale,
+ "enf-section-heading-two"
+ )}
@@ -498,11 +518,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
10.
- Has the Local Planning Authority
- received the correct fee payable in
- relation to this appeal for the deemed
- planning application/ground (a) to be
- considered?
+ {getTrans(
+ docProps.locale,
+ "enf-section-question-10"
+ )}
{values.feePaid}
@@ -526,7 +545,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
11.
- Is the appeal fee exempt?
+ {getTrans(
+ docProps.locale,
+ "enf-section-question-11"
+ )}
{values.feeExempt}
@@ -553,7 +575,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
}}
>
- Supporting documents
+ {getTrans(
+ docProps.locale,
+ "enf-section-heading-three"
+ )}
@@ -566,10 +591,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
>
12.
- Have any planning permissions or lawful
- development certificates been granted
- previously in respect of the development or
- on the site?
+ {getTrans(
+ docProps.locale,
+ "enf-section-question-12"
+ )}
{values.previousGrantedCerts}
@@ -593,8 +618,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
>
13.
- Has a Stop Notice been served in addition to
- the Enforcement Notice?
+ {getTrans(
+ docProps.locale,
+ "enf-section-question-13"
+ )}
{values.stopNoticeServed}
@@ -618,10 +645,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
>
14.
- Are there any related cases (e.g. appeals
- under s78 of the Town and Country Planning
- Act 1990) which are currently or have
- previously been before the Welsh Ministers?
+ {getTrans(
+ docProps.locale,
+ "enf-section-question-14"
+ )}
{values.relatedCases}
@@ -643,8 +670,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
>
15.
- Has there been any previous enforcement
- action on the site?
+ {getTrans(
+ docProps.locale,
+ "enf-section-question-15"
+ )}
{values.previousEnforcement}
@@ -668,8 +697,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
>
16.
- Is the site subject to an Article 4
- Direction?
+ {getTrans(
+ docProps.locale,
+ "enf-section-question-16"
+ )}
{values.subjectArticle4}
@@ -693,9 +724,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
>
17.
- Have permitted development rights been
- restricted by any previous planning
- condition?
+ {getTrans(
+ docProps.locale,
+ "enf-section-question-17"
+ )}
{values.previousPDRRestriction}
@@ -721,7 +753,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
}}
>
- Supporting documents
+ {getTrans(
+ docProps.locale,
+ "enf-section-heading-four"
+ )}
@@ -742,8 +777,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
18.
- LPA’s adopted Local Development Plan and
- Proposals Map
+ {getTrans(
+ docProps.locale,
+ "enf-section-question-18"
+ )}
@@ -769,8 +806,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
19.
- Adopted local guidance relevant to the
- proposal:
+ {getTrans(
+ docProps.locale,
+ "enf-section-question-19"
+ )}
@@ -788,8 +827,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
>
20.
- If applicable, do you intend to submit a
- full statement at the 4-week stage?
+ {getTrans(
+ docProps.locale,
+ "enf-section-question-20"
+ )}
{values.LPAintentionToSubmitFullStatement}
@@ -805,7 +846,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
}}
>
- Statutory considerations
+ {getTrans(
+ docProps.locale,
+ "enf-section-heading-five"
+ )}
@@ -818,8 +862,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
>
21.
- Is all or part of the site within an Area of
- Outstanding Natural Beauty?
+ {getTrans(
+ docProps.locale,
+ "enf-section-question-21"
+ )}
{values.AONB}
@@ -841,8 +887,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
22.
- Does the site include any public rights
- of way?
+ {getTrans(
+ docProps.locale,
+ "enf-section-question-22"
+ )}
{values.ROW}
@@ -872,8 +920,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
23.
- Is all or part of the site within a
- Conservation Area?
+ {getTrans(
+ docProps.locale,
+ "enf-section-question-23"
+ )}
{values.conservationArea}{" "}
@@ -905,10 +955,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
24.
- Does the development include works to,
- or affect the setting of, a listed
- building, Scheduled Monument or other
- designated historic asset?
+ {getTrans(
+ docProps.locale,
+ "enf-section-question-24"
+ )}
{values.affectListedBuilding}
@@ -940,8 +990,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
25.
- Is any part of the site subject to a
- Tree Preservation Order?
+ {getTrans(
+ docProps.locale,
+ "enf-section-question-25"
+ )}
{values.TPO}
@@ -971,10 +1023,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
26.
- Is the site within or likely to affect
- an International or National Designated
- Site for nature conservation (as defined
- in Planning Policy Wales)?
+ {getTrans(
+ docProps.locale,
+ "enf-section-question-26"
+ )}
{values.natureConservationSite}
@@ -1006,8 +1058,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
27.
- Are any protected species likely to be
- affected by the proposal?
+ {getTrans(
+ docProps.locale,
+ "enf-section-question-27"
+ )}
{values.protectedSpecies}
@@ -1032,9 +1086,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
>
28.
- Does the case involve persons claiming
- Gypsy/Traveller status, whether or not this
- is accepted by the LPA?
+ {getTrans(
+ docProps.locale,
+ "enf-section-question-28"
+ )}
{values.gypsyTravellerInvolvment}
@@ -1056,7 +1111,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
29.
- Is flooding an issue?
+ {getTrans(
+ docProps.locale,
+ "enf-section-question-29"
+ )}
{values.floodingIssue}
@@ -1088,11 +1146,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
30.
- Have you received comments or directions
- from any government department/agency or
- statutory undertaker, including in
- response to a statutory notification or
- consultation?
+ {getTrans(
+ docProps.locale,
+ "enf-section-question-30"
+ )}
{values.governmentDepartmentComments}
@@ -1119,7 +1176,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
}}
>
- Suggested considerations
+ {getTrans(
+ docProps.locale,
+ "enf-section-heading-six"
+ )}
@@ -1132,10 +1192,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
>
31.
- If there is an appeal on ground (a), review
- the following standard conditions and advise
- whether they would be necessary if
- permission is granted:
+ {getTrans(
+ docProps.locale,
+ "enf-section-question-31"
+ )}
@@ -1155,14 +1215,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
a)
- The development shall be carried out in
- accordance with the following approved
- plans and documents:
- ............................ Reason: To
- ensure the development is carried out in
- accordance with the approved documents,
- plans and drawings submitted with the
- application.
+ {getTrans(
+ docProps.locale,
+ "enf-section-question-31a"
+ )}
{
@@ -1190,14 +1246,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
>
b)
- No development shall take place until a
- scheme for biodiversity enhancement has been
- submitted to and agreed in writing by the
- Local Planning Authority. Development shall
- be carried out in accordance with the
- approved details. Reason: In the interests
- of maintaining and enhancing biodiversity,
- in accordance with Future Wales Policy 9.
+ {getTrans(
+ docProps.locale,
+ "enf-section-question-31b"
+ )}
{values.developmentNotTakePlaceBiodiversity}
@@ -1210,20 +1262,12 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
marginBottom: 10,
}}
>
- d)
+ c)
- No development shall take place until a
- scheme to enable the provision of gigabit
- capable broadband infrastructure from the
- site boundary to the dwellings/buildings
- hereby permitted has been submitted to and
- agreed in writing by the local planning
- authority. Development shall be carried out
- in accordance with the approved details.
- Reason: To support the roll-out of digital
- communications infrastructure across Wales
- in accordance with Policy 13 of Future
- Wales.
+ {getTrans(
+ docProps.locale,
+ "enf-section-question-31c"
+ )}
{values.developmentNotTakePlaceBroadband}
@@ -1242,12 +1286,13 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
}}
>
- 25.
+ 32.
- Do you consider other conditions, or
- amended versions of the above standard
- conditions, to be necessary?
+ {getTrans(
+ docProps.locale,
+ "enf-section-question-32"
+ )}
{values.developmentAnyOtherConditions}
@@ -1274,8 +1319,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
}}
>
- Before sending, have you attached or provided a
- web link to:
+ {getTrans(
+ docProps.locale,
+ "s78-section-heading-five-sub"
+ )}
@@ -1295,7 +1342,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
33.
- A true copy of the enforcement notice?
+ {getTrans(
+ docProps.locale,
+ "enf-section-question-33"
+ )}
{values.copyOfEnforcementNotice}
@@ -1326,7 +1376,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
34.
- The enforcement notice plan.
+ {getTrans(
+ docProps.locale,
+ "enf-section-question-34"
+ )}
{values.enforcementNoticePlan}
@@ -1358,8 +1411,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
35.
- A list of those served with the
- enforcement notice.
+ {getTrans(
+ docProps.locale,
+ "enf-section-question-35"
+ )}
{values.listOfNotifiedOfEnforcement}
@@ -1389,9 +1444,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
36.
- A copy of the letter with which you
- notified people of the appeal AND a list
- of the people you notified?
+ {getTrans(
+ docProps.locale,
+ "enf-section-question-36"
+ )}
{
@@ -1424,9 +1480,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
37.
- The LPA’s Environmental Impact
- Assessment Screening Opinion and
- ‘Regulation 45 Notice’, if applicable?
+ {getTrans(
+ docProps.locale,
+ "enf-section-question-37"
+ )}
{values.lpaEIAOS}
@@ -1456,10 +1513,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
38.
- Details of other appeals or applications
- relating to the site, or a nearby site,
- which are still being considered by PEDW
- or the Welsh Ministers?
+ {getTrans(
+ docProps.locale,
+ "enf-section-question-38"
+ )}
{values.detailsOfOtherAppeals}
@@ -1492,9 +1549,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
39.
- Details of any previous appeal decision
- relating to the site or a nearby site
- referred to by the LPA or applicant?
+ {getTrans(
+ docProps.locale,
+ "enf-section-question-39"
+ )}
{values.detailsOfPreviousAppeals}
@@ -1527,8 +1585,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
40.
- Any other relevant information that we
- should know about?
+ {getTrans(
+ docProps.locale,
+ "enf-section-question-40"
+ )}
{values.otherRelevantInformation}
@@ -1553,7 +1613,12 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
fontFamily: "Helvetica-Bold",
}}
>
- Declaration
+
+ {getTrans(
+ docProps.locale,
+ "enf-section-heading-eight"
+ )}
+
{
- Signed:
+ {getTrans(
+ docProps.locale,
+ "enf-section-question-signed"
+ )}
{
marginLeft: 10,
}}
>
- Date:
+ {getTrans(
+ docProps.locale,
+ "enf-section-question-date"
+ )}
{formatDates(values.signedDate)}
@@ -1621,7 +1692,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
}}
>
- On behalf of:
+ {getTrans(
+ docProps.locale,
+ "enf-section-question-onbehalf"
+ )}
{values.onBehalfOfLPA}
@@ -1636,7 +1710,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
}}
>
- Supporting documents
+ {getTrans(
+ docProps.locale,
+ "lpa-list-supporting-documents-heading"
+ )}
@@ -1655,7 +1732,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
}}
>
- List of attached files
+ {getTrans(
+ docProps.locale,
+ "lpa-list-supporting-documents-list"
+ )}