diff --git a/components/breadcrumbs.js b/components/breadcrumbs.js index 68207f4f..77b5e190 100644 --- a/components/breadcrumbs.js +++ b/components/breadcrumbs.js @@ -177,6 +177,26 @@ const Breadcrumbs = (props) => { ) : ( "" )} + {router.pathname == "/representation" ? ( + <> +
+ You can enter your comments in the space provided or + attach a separate document. +
+ ++ You can enter your comments in the space provided or + attach a separate document. +
+ ++ Thank you for submitting your representation(s) using + the Appeals Casework Portal. +
+ ++ Please remember that any supporting documentation needs + to be received by us within the appropriate deadline for + the case. Anything you send to us must be clearly marked + with the case reference number and the site address + (including the postcode, where known). +
+ ++ You will shortly receive confirmation to the email + address you have provided. +
++ The gathering and subsequent processing of the + personal data supplied by you in this form, is + in accordance with the terms of our registration + under the Data Protection Act 2018. +
+ ++ The Planning Inspectorate takes its data + protection responsibilities for the information + you provide us with very seriously. To find out + more about how we use and manage your personal + data, please go to our privacy notice. +
+ ++ I confirm that all sections of this form have + been fully completed and that the details are + correct to the best of my knowledge. +
+ ++ This form enables you to submit comments on a case to + The Planning Inspectorate.{" "} +
++ Please note that comments from interested parties need + to be made within the timetable. This can be found on + the previous ‘Case Summary‘ page. Comments + submitted after this date may be considered invalid and + returned to the sender. +
++ You can enter your comments in the space + provided or attach a separate document. +
+ ++ You can enter your comments in the space provided or + attach a separate document. +
+ +{t("search:searchresults-count-label", { - count: props.searchResultsObj.searchResultsObj[ - "@odata.count" - ].toString(), + count: searchResultsObj["@odata.count"].toString(), })} . You searched for "{searchString}"
@@ -91,7 +91,16 @@ export default function SearchResults(props) {