enf defect 11,12,13,14,16
This commit is contained in:
@@ -167,7 +167,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
|
||||
fontFamily: "Helvetica-Bold",
|
||||
}}
|
||||
>
|
||||
Local Planning Authority Questionnaire
|
||||
{getTrans(
|
||||
docProps.locale,
|
||||
"lpa-questionnaire-heading"
|
||||
)}
|
||||
</Text>
|
||||
<View>
|
||||
<Text
|
||||
@@ -178,7 +181,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
|
||||
fontFamily: "Helvetica-Bold",
|
||||
}}
|
||||
>
|
||||
For Planning Enforcement Appeals
|
||||
{getTrans(
|
||||
docProps.locale,
|
||||
"lpa-questionnaire-subheading-enf"
|
||||
)}
|
||||
</Text>
|
||||
</View>
|
||||
</View>
|
||||
@@ -191,10 +197,7 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
|
||||
|
||||
<View>
|
||||
<Text style={{ marginTop: 10, fontSize: 14 }}>
|
||||
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")}
|
||||
</Text>
|
||||
</View>
|
||||
<View style={styles.section}>
|
||||
@@ -204,7 +207,12 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
|
||||
fontFamily: "Helvetica-Bold",
|
||||
}}
|
||||
>
|
||||
<Text style={{ fontSize: 14 }}>Case details</Text>
|
||||
<Text style={{ fontSize: 14 }}>
|
||||
{getTrans(
|
||||
docProps.locale,
|
||||
"section-heading-zero"
|
||||
)}
|
||||
</Text>
|
||||
</View>
|
||||
<View style={styles.sectionContainer}>
|
||||
<View
|
||||
@@ -242,7 +250,7 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
|
||||
:
|
||||
</Text>
|
||||
<Text style={styles.questionAnswer}>
|
||||
{values.lpaReference}
|
||||
{values.pinswg_lpareference}
|
||||
</Text>
|
||||
</View>
|
||||
<View
|
||||
@@ -254,7 +262,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
|
||||
>
|
||||
<Text style={styles.questionBullet}>3.</Text>
|
||||
<Text style={styles.questionText}>
|
||||
Site address/grid ref:
|
||||
{getTrans(
|
||||
docProps.locale,
|
||||
"enf-section-question-3"
|
||||
)}
|
||||
</Text>
|
||||
<Text style={styles.questionAnswer}>
|
||||
{values.siteAddress}
|
||||
@@ -294,8 +305,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
|
||||
4.
|
||||
</Text>
|
||||
<Text style={styles.questionTextMid}>
|
||||
Which procedure do you consider the
|
||||
appeal should follow?
|
||||
{getTrans(
|
||||
docProps.locale,
|
||||
"enf-section-question-4"
|
||||
)}
|
||||
</Text>
|
||||
<Text style={styles.questionAnswerMid}>
|
||||
{values.procedureType}
|
||||
@@ -321,8 +334,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
|
||||
>
|
||||
<Text style={styles.questionBullet}>5.</Text>
|
||||
<Text style={styles.questionTextMid}>
|
||||
Will the Inspector need to enter the appeal
|
||||
site/property?
|
||||
{getTrans(
|
||||
docProps.locale,
|
||||
"enf-section-question-5"
|
||||
)}
|
||||
</Text>
|
||||
<Text style={styles.questionAnswerMid}>
|
||||
{values.enterToView}
|
||||
@@ -345,9 +360,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
|
||||
6.
|
||||
</Text>
|
||||
<Text style={styles.questionTextMid}>
|
||||
Do you consider that the Inspector needs
|
||||
to enter neighbouring private
|
||||
land/property to view the site?
|
||||
{getTrans(
|
||||
docProps.locale,
|
||||
"enf-section-question-6"
|
||||
)}
|
||||
</Text>
|
||||
<Text style={styles.questionAnswerMid}>
|
||||
{values.enterNeighbouringLandToViewSite}
|
||||
@@ -381,12 +397,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
|
||||
7.
|
||||
</Text>
|
||||
<Text style={styles.questionTextMid}>
|
||||
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"
|
||||
)}
|
||||
</Text>
|
||||
<Text style={styles.questionAnswerMid}>
|
||||
{
|
||||
@@ -421,9 +435,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
|
||||
8.
|
||||
</Text>
|
||||
<Text style={styles.questionTextMid}>
|
||||
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"
|
||||
)}
|
||||
</Text>
|
||||
<Text style={styles.questionAnswerMid}>
|
||||
{values.healthAndSafetyIssues}
|
||||
@@ -456,8 +471,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
|
||||
</Text>
|
||||
|
||||
<Text style={styles.questionTextWide}>
|
||||
LPA contact for site visit, hearing or
|
||||
inquiry arrangements:
|
||||
{getTrans(
|
||||
docProps.locale,
|
||||
"enf-section-question-9"
|
||||
)}
|
||||
</Text>
|
||||
</View>
|
||||
<View style={styles.questionAnswerWide}>
|
||||
@@ -477,7 +494,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
|
||||
}}
|
||||
>
|
||||
<Text style={{ fontSize: 14 }}>
|
||||
Deemed Application Fee{" "}
|
||||
{getTrans(
|
||||
docProps.locale,
|
||||
"enf-section-heading-two"
|
||||
)}
|
||||
</Text>
|
||||
</View>
|
||||
<View style={styles.sectionContainer}>
|
||||
@@ -498,11 +518,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
|
||||
10.
|
||||
</Text>
|
||||
<Text style={styles.questionTextMid}>
|
||||
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"
|
||||
)}
|
||||
</Text>
|
||||
<Text style={styles.questionAnswerMid}>
|
||||
{values.feePaid}
|
||||
@@ -526,7 +545,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
|
||||
11.
|
||||
</Text>
|
||||
<Text style={styles.questionTextMid}>
|
||||
Is the appeal fee exempt?
|
||||
{getTrans(
|
||||
docProps.locale,
|
||||
"enf-section-question-11"
|
||||
)}
|
||||
</Text>
|
||||
<Text style={styles.questionAnswerMid}>
|
||||
{values.feeExempt}
|
||||
@@ -553,7 +575,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
|
||||
}}
|
||||
>
|
||||
<Text style={{ fontSize: 14 }}>
|
||||
Supporting documents
|
||||
{getTrans(
|
||||
docProps.locale,
|
||||
"enf-section-heading-three"
|
||||
)}
|
||||
</Text>
|
||||
</View>
|
||||
<View style={styles.sectionContainer}>
|
||||
@@ -566,10 +591,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
|
||||
>
|
||||
<Text style={styles.questionBullet}>12.</Text>
|
||||
<Text style={styles.questionTextMid}>
|
||||
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"
|
||||
)}
|
||||
</Text>
|
||||
<Text style={styles.questionAnswerMid}>
|
||||
{values.previousGrantedCerts}
|
||||
@@ -593,8 +618,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
|
||||
>
|
||||
<Text style={styles.questionBullet}>13.</Text>
|
||||
<Text style={styles.questionTextMid}>
|
||||
Has a Stop Notice been served in addition to
|
||||
the Enforcement Notice?
|
||||
{getTrans(
|
||||
docProps.locale,
|
||||
"enf-section-question-13"
|
||||
)}
|
||||
</Text>
|
||||
<Text style={styles.questionAnswerMid}>
|
||||
{values.stopNoticeServed}
|
||||
@@ -618,10 +645,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
|
||||
>
|
||||
<Text style={styles.questionBullet}>14.</Text>
|
||||
<Text style={styles.questionTextMid}>
|
||||
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"
|
||||
)}
|
||||
</Text>
|
||||
<Text style={styles.questionAnswerMid}>
|
||||
{values.relatedCases}
|
||||
@@ -643,8 +670,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
|
||||
>
|
||||
<Text style={styles.questionBullet}>15.</Text>
|
||||
<Text style={styles.questionTextMid}>
|
||||
Has there been any previous enforcement
|
||||
action on the site?
|
||||
{getTrans(
|
||||
docProps.locale,
|
||||
"enf-section-question-15"
|
||||
)}
|
||||
</Text>
|
||||
<Text style={styles.questionAnswerMid}>
|
||||
{values.previousEnforcement}
|
||||
@@ -668,8 +697,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
|
||||
>
|
||||
<Text style={styles.questionBullet}>16.</Text>
|
||||
<Text style={styles.questionTextMid}>
|
||||
Is the site subject to an Article 4
|
||||
Direction?
|
||||
{getTrans(
|
||||
docProps.locale,
|
||||
"enf-section-question-16"
|
||||
)}
|
||||
</Text>
|
||||
<Text style={styles.questionAnswerMid}>
|
||||
{values.subjectArticle4}
|
||||
@@ -693,9 +724,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
|
||||
>
|
||||
<Text style={styles.questionBullet}>17.</Text>
|
||||
<Text style={styles.questionTextMid}>
|
||||
Have permitted development rights been
|
||||
restricted by any previous planning
|
||||
condition?
|
||||
{getTrans(
|
||||
docProps.locale,
|
||||
"enf-section-question-17"
|
||||
)}
|
||||
</Text>
|
||||
<Text style={styles.questionAnswerMid}>
|
||||
{values.previousPDRRestriction}
|
||||
@@ -721,7 +753,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
|
||||
}}
|
||||
>
|
||||
<Text style={{ fontSize: 14 }}>
|
||||
Supporting documents
|
||||
{getTrans(
|
||||
docProps.locale,
|
||||
"enf-section-heading-four"
|
||||
)}
|
||||
</Text>
|
||||
</View>
|
||||
<View style={styles.sectionContainer}>
|
||||
@@ -742,8 +777,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
|
||||
18.
|
||||
</Text>
|
||||
<Text style={styles.questionTextWide}>
|
||||
LPA’s adopted Local Development Plan and
|
||||
Proposals Map
|
||||
{getTrans(
|
||||
docProps.locale,
|
||||
"enf-section-question-18"
|
||||
)}
|
||||
</Text>
|
||||
</View>
|
||||
<View style={styles.questionAnswerWide}>
|
||||
@@ -769,8 +806,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
|
||||
19.
|
||||
</Text>
|
||||
<Text style={styles.questionTextWide}>
|
||||
Adopted local guidance relevant to the
|
||||
proposal:
|
||||
{getTrans(
|
||||
docProps.locale,
|
||||
"enf-section-question-19"
|
||||
)}
|
||||
</Text>
|
||||
</View>
|
||||
<View style={styles.questionAnswerWide}>
|
||||
@@ -788,8 +827,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
|
||||
>
|
||||
<Text style={styles.questionBullet}>20.</Text>
|
||||
<Text style={styles.questionTextMid}>
|
||||
If applicable, do you intend to submit a
|
||||
full statement at the 4-week stage?
|
||||
{getTrans(
|
||||
docProps.locale,
|
||||
"enf-section-question-20"
|
||||
)}
|
||||
</Text>
|
||||
<Text style={styles.questionAnswerMid}>
|
||||
{values.LPAintentionToSubmitFullStatement}
|
||||
@@ -805,7 +846,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
|
||||
}}
|
||||
>
|
||||
<Text style={{ fontSize: 14 }}>
|
||||
Statutory considerations
|
||||
{getTrans(
|
||||
docProps.locale,
|
||||
"enf-section-heading-five"
|
||||
)}
|
||||
</Text>
|
||||
</View>
|
||||
<View style={styles.sectionContainer}>
|
||||
@@ -818,8 +862,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
|
||||
>
|
||||
<Text style={styles.questionBullet}>21.</Text>
|
||||
<Text style={styles.questionTextMid}>
|
||||
Is all or part of the site within an Area of
|
||||
Outstanding Natural Beauty?
|
||||
{getTrans(
|
||||
docProps.locale,
|
||||
"enf-section-question-21"
|
||||
)}
|
||||
</Text>
|
||||
<Text style={styles.questionAnswerMid}>
|
||||
{values.AONB}
|
||||
@@ -841,8 +887,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
|
||||
22.
|
||||
</Text>
|
||||
<Text style={styles.questionTextMid}>
|
||||
Does the site include any public rights
|
||||
of way?
|
||||
{getTrans(
|
||||
docProps.locale,
|
||||
"enf-section-question-22"
|
||||
)}
|
||||
</Text>
|
||||
<Text style={styles.questionAnswerMid}>
|
||||
{values.ROW}
|
||||
@@ -872,8 +920,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
|
||||
23.
|
||||
</Text>
|
||||
<Text style={styles.questionTextMid}>
|
||||
Is all or part of the site within a
|
||||
Conservation Area?
|
||||
{getTrans(
|
||||
docProps.locale,
|
||||
"enf-section-question-23"
|
||||
)}
|
||||
</Text>
|
||||
<Text style={styles.questionAnswerMid}>
|
||||
{values.conservationArea}{" "}
|
||||
@@ -905,10 +955,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
|
||||
24.
|
||||
</Text>
|
||||
<Text style={styles.questionTextMid}>
|
||||
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"
|
||||
)}
|
||||
</Text>
|
||||
<Text style={styles.questionAnswerMid}>
|
||||
{values.affectListedBuilding}
|
||||
@@ -940,8 +990,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
|
||||
25.
|
||||
</Text>
|
||||
<Text style={styles.questionTextMid}>
|
||||
Is any part of the site subject to a
|
||||
Tree Preservation Order?
|
||||
{getTrans(
|
||||
docProps.locale,
|
||||
"enf-section-question-25"
|
||||
)}
|
||||
</Text>
|
||||
<Text style={styles.questionAnswerMid}>
|
||||
{values.TPO}
|
||||
@@ -971,10 +1023,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
|
||||
26.
|
||||
</Text>
|
||||
<Text style={styles.questionTextMid}>
|
||||
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"
|
||||
)}
|
||||
</Text>
|
||||
<Text style={styles.questionAnswerMid}>
|
||||
{values.natureConservationSite}
|
||||
@@ -1006,8 +1058,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
|
||||
27.
|
||||
</Text>
|
||||
<Text style={styles.questionTextMid}>
|
||||
Are any protected species likely to be
|
||||
affected by the proposal?
|
||||
{getTrans(
|
||||
docProps.locale,
|
||||
"enf-section-question-27"
|
||||
)}
|
||||
</Text>
|
||||
<Text style={styles.questionAnswerMid}>
|
||||
{values.protectedSpecies}
|
||||
@@ -1032,9 +1086,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
|
||||
>
|
||||
<Text style={styles.questionBullet}>28.</Text>
|
||||
<Text style={styles.questionTextMid}>
|
||||
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"
|
||||
)}
|
||||
</Text>
|
||||
<Text style={styles.questionAnswerMid}>
|
||||
{values.gypsyTravellerInvolvment}
|
||||
@@ -1056,7 +1111,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
|
||||
29.
|
||||
</Text>
|
||||
<Text style={styles.questionTextMid}>
|
||||
Is flooding an issue?
|
||||
{getTrans(
|
||||
docProps.locale,
|
||||
"enf-section-question-29"
|
||||
)}
|
||||
</Text>
|
||||
<Text style={styles.questionAnswerMid}>
|
||||
{values.floodingIssue}
|
||||
@@ -1088,11 +1146,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
|
||||
30.
|
||||
</Text>
|
||||
<Text style={styles.questionTextMid}>
|
||||
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"
|
||||
)}
|
||||
</Text>
|
||||
<Text style={styles.questionAnswerMid}>
|
||||
{values.governmentDepartmentComments}
|
||||
@@ -1119,7 +1176,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
|
||||
}}
|
||||
>
|
||||
<Text style={{ fontSize: 14 }}>
|
||||
Suggested considerations
|
||||
{getTrans(
|
||||
docProps.locale,
|
||||
"enf-section-heading-six"
|
||||
)}
|
||||
</Text>
|
||||
</View>
|
||||
<View style={styles.sectionContainer}>
|
||||
@@ -1132,10 +1192,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
|
||||
>
|
||||
<Text style={styles.questionBullet}>31.</Text>
|
||||
<Text style={styles.questionTextWide}>
|
||||
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"
|
||||
)}
|
||||
</Text>
|
||||
</View>
|
||||
|
||||
@@ -1155,14 +1215,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
|
||||
a)
|
||||
</Text>
|
||||
<Text style={styles.questionTextMid}>
|
||||
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"
|
||||
)}
|
||||
</Text>
|
||||
<Text style={styles.questionAnswerMid}>
|
||||
{
|
||||
@@ -1190,14 +1246,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
|
||||
>
|
||||
<Text style={styles.questionBullet}>b)</Text>
|
||||
<Text style={styles.questionTextMid}>
|
||||
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"
|
||||
)}
|
||||
</Text>
|
||||
<Text style={styles.questionAnswerMid}>
|
||||
{values.developmentNotTakePlaceBiodiversity}
|
||||
@@ -1210,20 +1262,12 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
|
||||
marginBottom: 10,
|
||||
}}
|
||||
>
|
||||
<Text style={styles.questionBullet}>d)</Text>
|
||||
<Text style={styles.questionBullet}>c)</Text>
|
||||
<Text style={styles.questionTextMid}>
|
||||
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"
|
||||
)}
|
||||
</Text>
|
||||
<Text style={styles.questionAnswerMid}>
|
||||
{values.developmentNotTakePlaceBroadband}
|
||||
@@ -1242,12 +1286,13 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
|
||||
}}
|
||||
>
|
||||
<Text style={styles.questionBullet}>
|
||||
25.
|
||||
32.
|
||||
</Text>
|
||||
<Text style={styles.questionTextMid}>
|
||||
Do you consider other conditions, or
|
||||
amended versions of the above standard
|
||||
conditions, to be necessary?
|
||||
{getTrans(
|
||||
docProps.locale,
|
||||
"enf-section-question-32"
|
||||
)}
|
||||
</Text>
|
||||
<Text style={styles.questionAnswerMid}>
|
||||
{values.developmentAnyOtherConditions}
|
||||
@@ -1274,8 +1319,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
|
||||
}}
|
||||
>
|
||||
<Text style={{ fontSize: 14 }}>
|
||||
Before sending, have you attached or provided a
|
||||
web link to:
|
||||
{getTrans(
|
||||
docProps.locale,
|
||||
"s78-section-heading-five-sub"
|
||||
)}
|
||||
</Text>
|
||||
</View>
|
||||
<View style={styles.sectionContainer}>
|
||||
@@ -1295,7 +1342,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
|
||||
33.
|
||||
</Text>
|
||||
<Text style={styles.questionTextMid}>
|
||||
A true copy of the enforcement notice?
|
||||
{getTrans(
|
||||
docProps.locale,
|
||||
"enf-section-question-33"
|
||||
)}
|
||||
</Text>
|
||||
<Text style={styles.questionAnswerMid}>
|
||||
{values.copyOfEnforcementNotice}
|
||||
@@ -1326,7 +1376,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
|
||||
34.
|
||||
</Text>
|
||||
<Text style={styles.questionTextMid}>
|
||||
The enforcement notice plan.
|
||||
{getTrans(
|
||||
docProps.locale,
|
||||
"enf-section-question-34"
|
||||
)}
|
||||
</Text>
|
||||
<Text style={styles.questionAnswerMid}>
|
||||
{values.enforcementNoticePlan}
|
||||
@@ -1358,8 +1411,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
|
||||
35.
|
||||
</Text>
|
||||
<Text style={styles.questionTextMid}>
|
||||
A list of those served with the
|
||||
enforcement notice.
|
||||
{getTrans(
|
||||
docProps.locale,
|
||||
"enf-section-question-35"
|
||||
)}
|
||||
</Text>
|
||||
<Text style={styles.questionAnswerMid}>
|
||||
{values.listOfNotifiedOfEnforcement}
|
||||
@@ -1389,9 +1444,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
|
||||
36.
|
||||
</Text>
|
||||
<Text style={styles.questionTextMid}>
|
||||
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"
|
||||
)}
|
||||
</Text>
|
||||
<Text style={styles.questionAnswerMid}>
|
||||
{
|
||||
@@ -1424,9 +1480,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
|
||||
37.
|
||||
</Text>
|
||||
<Text style={styles.questionTextMid}>
|
||||
The LPA’s Environmental Impact
|
||||
Assessment Screening Opinion and
|
||||
‘Regulation 45 Notice’, if applicable?
|
||||
{getTrans(
|
||||
docProps.locale,
|
||||
"enf-section-question-37"
|
||||
)}
|
||||
</Text>
|
||||
<Text style={styles.questionAnswerMid}>
|
||||
{values.lpaEIAOS}
|
||||
@@ -1456,10 +1513,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
|
||||
38.
|
||||
</Text>
|
||||
<Text style={styles.questionTextMid}>
|
||||
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"
|
||||
)}
|
||||
</Text>
|
||||
<Text style={styles.questionAnswerMid}>
|
||||
{values.detailsOfOtherAppeals}
|
||||
@@ -1492,9 +1549,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
|
||||
39.
|
||||
</Text>
|
||||
<Text style={styles.questionTextMid}>
|
||||
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"
|
||||
)}
|
||||
</Text>
|
||||
<Text style={styles.questionAnswerMid}>
|
||||
{values.detailsOfPreviousAppeals}
|
||||
@@ -1527,8 +1585,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
|
||||
40.
|
||||
</Text>
|
||||
<Text style={styles.questionTextMid}>
|
||||
Any other relevant information that we
|
||||
should know about?
|
||||
{getTrans(
|
||||
docProps.locale,
|
||||
"enf-section-question-40"
|
||||
)}
|
||||
</Text>
|
||||
<Text style={styles.questionAnswerMid}>
|
||||
{values.otherRelevantInformation}
|
||||
@@ -1553,7 +1613,12 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
|
||||
fontFamily: "Helvetica-Bold",
|
||||
}}
|
||||
>
|
||||
<Text>Declaration</Text>
|
||||
<Text>
|
||||
{getTrans(
|
||||
docProps.locale,
|
||||
"enf-section-heading-eight"
|
||||
)}
|
||||
</Text>
|
||||
</View>
|
||||
<View style={styles.sectionContainer}>
|
||||
<View
|
||||
@@ -1573,7 +1638,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
|
||||
<Text
|
||||
style={{ width: "15%", fontSize: 12 }}
|
||||
>
|
||||
Signed:
|
||||
{getTrans(
|
||||
docProps.locale,
|
||||
"enf-section-question-signed"
|
||||
)}
|
||||
</Text>
|
||||
<Text
|
||||
style={{
|
||||
@@ -1605,7 +1673,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
|
||||
marginLeft: 10,
|
||||
}}
|
||||
>
|
||||
Date:
|
||||
{getTrans(
|
||||
docProps.locale,
|
||||
"enf-section-question-date"
|
||||
)}
|
||||
</Text>
|
||||
<Text style={styles.questionAnswerSmaller}>
|
||||
{formatDates(values.signedDate)}
|
||||
@@ -1621,7 +1692,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
|
||||
}}
|
||||
>
|
||||
<Text style={{ width: "18%", fontSize: 12 }}>
|
||||
On behalf of:
|
||||
{getTrans(
|
||||
docProps.locale,
|
||||
"enf-section-question-onbehalf"
|
||||
)}
|
||||
</Text>
|
||||
<Text style={styles.questionAnswerWide}>
|
||||
{values.onBehalfOfLPA}
|
||||
@@ -1636,7 +1710,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
|
||||
}}
|
||||
>
|
||||
<Text style={{ fontSize: 14 }}>
|
||||
Supporting documents
|
||||
{getTrans(
|
||||
docProps.locale,
|
||||
"lpa-list-supporting-documents-heading"
|
||||
)}
|
||||
</Text>
|
||||
</View>
|
||||
<View style={styles.sectionContainer}>
|
||||
@@ -1655,7 +1732,10 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
|
||||
}}
|
||||
>
|
||||
<Text style={styles.questionTextWide}>
|
||||
List of attached files
|
||||
{getTrans(
|
||||
docProps.locale,
|
||||
"lpa-list-supporting-documents-list"
|
||||
)}
|
||||
</Text>
|
||||
</View>
|
||||
<View
|
||||
|
||||
@@ -203,6 +203,7 @@
|
||||
"questionnaire-no": "Na",
|
||||
"lpa-questionnaire-heading": "Holiadur yr Awdurdod Cynllunio Lleol",
|
||||
"lpa-list-supporting-documents-heading": "Rhestr o ddogfennau ategol",
|
||||
"lpa-questionnaire-subheading-enf": "Ar gyfer Apeliadau Gorfodaeth Cynllunio",
|
||||
"lpa-list-supporting-documents-list": " Rhestr o'r ffeiliau sydd wedi'u hatodi ",
|
||||
"s78-heading-para-one": "Ar gyfer ceisiadau/apeliadau Cynllunio, Ardal Gadwraeth, Adeilad Rhestredig a Hysbysebu",
|
||||
"s78-heading-para-two": "Rhaid i'r ACLl anfon yr holiadur wedi'i gwblhau ac unrhyw atodiadau at PEDW.gwaithachos@llyw.cymru a'r apelydd (neu ei asiant) o fewn 5 niwrnod gwaith o'r dyddiad dechrau a nodwyd yn ein llythyr cychwyn. ",
|
||||
|
||||
@@ -202,6 +202,7 @@
|
||||
"questionnaire-yes": "Yes",
|
||||
"questionnaire-no": "No",
|
||||
"lpa-questionnaire-heading": "Local Planning Authority Questionnaire",
|
||||
"lpa-questionnaire-subheading-enf": "For Planning Enforcement Appeals",
|
||||
"lpa-list-supporting-documents-heading": "List of Supporting documents",
|
||||
"lpa-list-supporting-documents-list": "List of attached files",
|
||||
"s78-heading-para-one": "For Planning, Conservation area, Listed Building and Advertisement applications/appeals",
|
||||
|
||||
@@ -120,16 +120,16 @@ export const getServerSideProps = wrapper.getServerSideProps(
|
||||
console.log("search array:", Object.entries(query));
|
||||
|
||||
const searchResultsObj = await getAdvancedSearch(query);
|
||||
console.log(
|
||||
"=============================== Advanced Search results:",
|
||||
searchResultsObj
|
||||
);
|
||||
// console.log(
|
||||
// "=============================== Advanced Search results:",
|
||||
// searchResultsObj
|
||||
// );
|
||||
const searchDetailsObj =
|
||||
(await getSearchDetails(searchResultsObj)) || null;
|
||||
console.log(
|
||||
"=============================== Advanced Search results details:",
|
||||
searchDetailsObj
|
||||
);
|
||||
// console.log(
|
||||
// "=============================== Advanced Search results details:",
|
||||
// searchDetailsObj
|
||||
// );
|
||||
|
||||
const showLoginCheck = process.env.SHOWLOGIN || false;
|
||||
const showReps = process.env.SHOWREPRESENTATIONS || false;
|
||||
|
||||
Reference in New Issue
Block a user