-
- 3. Site Address:{" "}
- {detailsObj.pinswg_siteaddressline1 +
- " " +
- detailsObj.pinswg_siteaddressline2 +
- " " +
- detailsObj.pinswg_siteaddresstown +
- " " +
- detailsObj.pinswg_siteaddresspostcode}
+
+
+ 3. {t("myrepresentations:enf-section-question-3")}:{" "}
+ {detailsObj.pinswg_siteaddressline1 +
+ " " +
+ detailsObj.pinswg_siteaddressline2 +
+ " " +
+ detailsObj.pinswg_siteaddresstown +
+ " " +
+ detailsObj.pinswg_siteaddresspostcode}
+
-
-
-
-
- {(procedureTypeValue == "Hearing" ||
- procedureTypeValue == "Inquiry") && (
+
+
+ {(procedureTypeValue == "Hearing" ||
+ procedureTypeValue == "Inquiry") && (
+
+ )}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ )}{" "}
+ {showQuestionnaireSection == 2 && (
+
+ )}{" "}
+ {showQuestionnaireSection == 3 && (
+
+ )}{" "}
+ {showQuestionnaireSection == 4 && (
+
-
-
-
-
- Planning History and Current Status
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Supporting documents
-
-
-
-
-
-
-
-
-
-
- Statutory considerations
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Suggested conditions
-
- 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:
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ )}{" "}
+ {showQuestionnaireSection == 6 && (
+
+
+ {t("myrepresentations:enf-section-heading-six")}
+
+
+ {t("myrepresentations:enf-section-question-31")}
+
-
-
-
-
- Before sending, have you attached or provided a web link to:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Declaration
-
-
-
-
-
- {onBehalfOfLPA}
-
-
-
-
- {" "}
-
-
+
+
+
+ )}{" "}
+ {showQuestionnaireSection == 7 && (
+
+
+ {t("myrepresentations:enf-section-heading-seven")}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ )}{" "}
+ {showQuestionnaireSection == 8 && (
+
+ {" "}
+
+
+
+
+ )}
+ {showQuestionnaireSection == 9 && (
+
+
+ {t("myrepresentations:enf-section-heading-eight")}
+
+
+
+
+
+
+ {onBehalfOfLPA}
+
+
+
-
-
+
+ )}
>
);
};
diff --git a/components/case/representation/representationQuestionnaires/representationLPAQuestionnaire_s78.js b/components/case/representation/representationQuestionnaires/representationLPAQuestionnaire_s78.js
index 81760c9f..2e9425e3 100644
--- a/components/case/representation/representationQuestionnaires/representationLPAQuestionnaire_s78.js
+++ b/components/case/representation/representationQuestionnaires/representationLPAQuestionnaire_s78.js
@@ -97,32 +97,23 @@ let S78_Questionnaire = (props) => {
aria-describedby="commentBox-hint"
>
- Appeal procedure and site visit{" "}
+ {t("myrepresentations:s78-section-heading-one")}{" "}
- 1. PEDW Reference:{" "}
+ 1. {t("myrepresentations:s78-section-question-1")}{" "}
{currentView.caseReference.currentReference}
- 2. LPA reference: {resultsObj.pinswg_lpareference}
+ 2. {t("myrepresentations:s78-section-question-2")}{" "}
+ {resultsObj.pinswg_lpareference}
- 4. Appeal type:{" "}
- {
- getFormCollectionByID(
- currentView.caseReference.appealType
- ).value
- }
-
-
-
-
- 3. Site Address:{" "}
+ 3. {t("myrepresentations:s78-section-question-3")}{" "}
{detailsObj.pinswg_siteaddressline1 +
" " +
detailsObj.pinswg_siteaddressline2 +
@@ -132,9 +123,23 @@ let S78_Questionnaire = (props) => {
detailsObj.pinswg_siteaddresspostcode}
+
+
+ 4. {t("myrepresentations:s78-section-question-4")}{" "}
+ {
+ getFormCollectionByID(
+ currentView.caseReference.appealType
+ ).value
+ }
+
+
+
{
)}
{
@@ -242,7 +277,12 @@ let S78_Questionnaire = (props) => {
data-aria-controls="LPAcontactDetails"
type="text"
component={RenderRichMultiline}
- label="10. LPA contact for site visit, hearing or inquiry arrangements:"
+ label={
+ "10. " +
+ t(
+ "myrepresentations:s78-section-question-10"
+ )
+ }
/>