+ {{title}} +
+Awarded supplier contract templates
-If you have not already complete the order form and call off schedules template, you must download and complete it before continuing.
+If you have not already completed the order form and call off schedules template, you must download and complete it before continuing.
| Supplier's name | -Documents Template | -Order from and call of schedules template | +Document templates | +Order form and call off schedules template |
|---|---|---|---|---|
| - Review evaluation + Review evaluation | @@ -214,6 +214,7 @@ or messages in your inbox.See supplier's answer to your published project. |
+ {{title}} +
+{{supplier.score}}
diff --git a/src/main/features/event-management/views/confirmSupplier.njk b/src/main/features/event-management/views/confirmSupplier.njk index b76aeae52a..02e19b7bf8 100644 --- a/src/main/features/event-management/views/confirmSupplier.njk +++ b/src/main/features/event-management/views/confirmSupplier.njk @@ -2,7 +2,7 @@ {% from "macros/csrf.njk" import csrfProtection %} {% from "components/support/macro.njk" import howToGetSupport %} -{% set title = 'Event management ' %} +{% set title = 'Your project' %} {% block breadCrumb %} {{ CCSBreadcrumbs({ items:[ @@ -21,6 +21,14 @@ {% block content %}+ {{title}} +
+{{supplier.score}}
diff --git a/src/main/features/event-management/views/evaluateSuppliers-readOnly.njk b/src/main/features/event-management/views/evaluateSuppliers-readOnly.njk index b99bfd24ee..0efb15daae 100644 --- a/src/main/features/event-management/views/evaluateSuppliers-readOnly.njk +++ b/src/main/features/event-management/views/evaluateSuppliers-readOnly.njk @@ -3,7 +3,7 @@ {% from "macros/csrf.njk" import csrfProtection %} {% from "components/support/macro.njk" import howToGetSupport %} -{% set title = 'Event management ' %} +{% set title = 'Review your supplier evaluation ' %} {% block breadCrumb %} {{ CCSBreadcrumbs({ items:[ @@ -112,7 +112,7 @@ diff --git a/src/main/features/event-management/views/standstillPeriodDecision.njk b/src/main/features/event-management/views/standstillPeriodDecision.njk index de583245fe..1dd6f65ccf 100644 --- a/src/main/features/event-management/views/standstillPeriodDecision.njk +++ b/src/main/features/event-management/views/standstillPeriodDecision.njk @@ -3,7 +3,7 @@ {% from "components/support/macro.njk" import howToGetSupport %} {% from "components/dialog/macro.njk" import CCSDialog %} -{% set title = 'Event management ' %} +{% set title = 'Your project ' %} {% block breadCrumb %} {{ CCSBreadcrumbs({ items:[ @@ -39,6 +39,14 @@ }) }} {%endif %} ++ {{title}} +
+
From d89beaf4bc9def4793e19f03edf5b361d1726d1a Mon Sep 17 00:00:00 2001
From: Dhivya
Date: Mon, 25 Jul 2022 15:37:28 +0530
Subject: [PATCH 05/14] SCATT-5711
---
.../requirements/views/da-resourcesVettingWeightings.njk | 2 +-
src/main/resources/content/requirements/daTaskList-B1.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/features/requirements/views/da-resourcesVettingWeightings.njk b/src/main/features/requirements/views/da-resourcesVettingWeightings.njk
index 9faaad2c48..cb2ae9eba5 100644
--- a/src/main/features/requirements/views/da-resourcesVettingWeightings.njk
+++ b/src/main/features/requirements/views/da-resourcesVettingWeightings.njk
@@ -21,7 +21,7 @@
"href": "/da/task-list?path="+ choosenViewPath
},
{
- "text": "Set your resources and vetting weightings",
+ "text": "Select resources and set weightings",
"href": "#"
}]
}) }}
diff --git a/src/main/resources/content/requirements/daTaskList-B1.json b/src/main/resources/content/requirements/daTaskList-B1.json
index 4cfb92dd03..e673845e16 100644
--- a/src/main/resources/content/requirements/daTaskList-B1.json
+++ b/src/main/resources/content/requirements/daTaskList-B1.json
@@ -79,7 +79,7 @@
{
"Task": 4,
"link": "/da/resources-vetting-weightings",
- "title": " Select the resources you need and set weighting for vetting and resources ",
+ "title": " Set your resources and vetting weightings",
"required": "mandatory",
"status": "Cannot start yet"
},
From fe0c1cef2cf48926d65d61e0cedfb4c638522522 Mon Sep 17 00:00:00 2001
From: Kumar
Date: Mon, 25 Jul 2022 16:22:21 +0530
Subject: [PATCH 06/14] Bug fixed for SCAT-5928/5912
---
.../views/evaluateSuppliers-readOnly.njk | 18 ++++--------------
.../scripts/validations/validate_award.js | 11 +++++++++++
2 files changed, 15 insertions(+), 14 deletions(-)
diff --git a/src/main/features/event-management/views/evaluateSuppliers-readOnly.njk b/src/main/features/event-management/views/evaluateSuppliers-readOnly.njk
index 0efb15daae..069a9accde 100644
--- a/src/main/features/event-management/views/evaluateSuppliers-readOnly.njk
+++ b/src/main/features/event-management/views/evaluateSuppliers-readOnly.njk
@@ -94,20 +94,10 @@
- {{ CCSInput({
- label: {
- text: "Final Feedback ",
- classes: "govuk-label--m",
- name: "enter_evaluation_readOnly"
- },
- value:supplierDetails.supplierFeedBack,
- id: "enter_evaluation_feedback_readOnly",
- name: "enter_evaluation_feedback",
- spellcheck: true,
- classes: "govuk-input",
- maxlength: "5000"
- })
- }}
+ Final Feedback
+
+
+
{% if(showallDownload) %}
{% endif %}
From 7f3a2f1416fcf18b500a4078a8bc90e31ead8ae3 Mon Sep 17 00:00:00 2001
From: SahitiVemulapalli
Date: Mon, 25 Jul 2022 18:35:59 +0530
Subject: [PATCH 09/14] scat 5890
---
src/main/common/middlewares/event-management/activeevents.ts | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/main/common/middlewares/event-management/activeevents.ts b/src/main/common/middlewares/event-management/activeevents.ts
index 6ae48104ef..daba1b5ba2 100644
--- a/src/main/common/middlewares/event-management/activeevents.ts
+++ b/src/main/common/middlewares/event-management/activeevents.ts
@@ -85,7 +85,8 @@ export class EventEngagementMiddleware {
//singleEvent=events[i];
//singleEvent.activeEvent=getEventsData[j];
if (singleEvent.activeEvent != undefined && singleEvent.activeEvent?.status != undefined && (singleEvent.activeEvent.eventType == 'RFI' || singleEvent.activeEvent.eventType == 'EOI')) {
- if (singleEvent.activeEvent?.dashboardStatus == 'COMPLETE' || singleEvent.activeEvent?.dashboardStatus == 'CLOSED') {
+ if (singleEvent.activeEvent?.dashboardStatus == 'COMPLETE' || singleEvent.activeEvent?.dashboardStatus == 'CLOSED'
+ || (singleEvent.activeEvent?.dashboardStatus=='UNKNOWN' && singleEvent.activeEvent?.status=='withdrawn')) {
// Historical Events
historicalEvents.push(singleEvent)
} else if (singleEvent.activeEvent?.dashboardStatus == 'IN-PROGRESS') {
From f216fdcf7955fd710bd4a10f85de0feedaddce46 Mon Sep 17 00:00:00 2001
From: "Balwinder.Singh"
Date: Mon, 25 Jul 2022 19:04:25 +0530
Subject: [PATCH 10/14] SCAT-5204
---
.../requirements/views/rfp-review.njk | 86 +++++++++++--------
.../content/requirements/rfp-review.json | 2 +-
2 files changed, 52 insertions(+), 36 deletions(-)
diff --git a/src/main/features/requirements/views/rfp-review.njk b/src/main/features/requirements/views/rfp-review.njk
index aa9d012aa2..e5b88d4d6b 100644
--- a/src/main/features/requirements/views/rfp-review.njk
+++ b/src/main/features/requirements/views/rfp-review.njk
@@ -161,7 +161,7 @@
- {{ CCSInput({ - label: { - text: "Final Feedback ", - classes: "govuk-label--m", - name: "enter_evaluation_readOnly" - }, - value:supplierDetails.supplierFeedBack, - id: "enter_evaluation_feedback_readOnly", - name: "enter_evaluation_feedback", - spellcheck: true, - classes: "govuk-input", - maxlength: "5000" - }) - }} +
Final Feedback
+
+
+
{% if(showallDownload) %}
{% endif %}
From 7f3a2f1416fcf18b500a4078a8bc90e31ead8ae3 Mon Sep 17 00:00:00 2001
From: SahitiVemulapalli
Date: Mon, 25 Jul 2022 18:35:59 +0530
Subject: [PATCH 09/14] scat 5890
---
src/main/common/middlewares/event-management/activeevents.ts | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/main/common/middlewares/event-management/activeevents.ts b/src/main/common/middlewares/event-management/activeevents.ts
index 6ae48104ef..daba1b5ba2 100644
--- a/src/main/common/middlewares/event-management/activeevents.ts
+++ b/src/main/common/middlewares/event-management/activeevents.ts
@@ -85,7 +85,8 @@ export class EventEngagementMiddleware {
//singleEvent=events[i];
//singleEvent.activeEvent=getEventsData[j];
if (singleEvent.activeEvent != undefined && singleEvent.activeEvent?.status != undefined && (singleEvent.activeEvent.eventType == 'RFI' || singleEvent.activeEvent.eventType == 'EOI')) {
- if (singleEvent.activeEvent?.dashboardStatus == 'COMPLETE' || singleEvent.activeEvent?.dashboardStatus == 'CLOSED') {
+ if (singleEvent.activeEvent?.dashboardStatus == 'COMPLETE' || singleEvent.activeEvent?.dashboardStatus == 'CLOSED'
+ || (singleEvent.activeEvent?.dashboardStatus=='UNKNOWN' && singleEvent.activeEvent?.status=='withdrawn')) {
// Historical Events
historicalEvents.push(singleEvent)
} else if (singleEvent.activeEvent?.dashboardStatus == 'IN-PROGRESS') {
From f216fdcf7955fd710bd4a10f85de0feedaddce46 Mon Sep 17 00:00:00 2001
From: "Balwinder.Singh"
Date: Mon, 25 Jul 2022 19:04:25 +0530
Subject: [PATCH 10/14] SCAT-5204
---
.../requirements/views/rfp-review.njk | 86 +++++++++++--------
.../content/requirements/rfp-review.json | 2 +-
2 files changed, 52 insertions(+), 36 deletions(-)
diff --git a/src/main/features/requirements/views/rfp-review.njk b/src/main/features/requirements/views/rfp-review.njk
index aa9d012aa2..e5b88d4d6b 100644
--- a/src/main/features/requirements/views/rfp-review.njk
+++ b/src/main/features/requirements/views/rfp-review.njk
@@ -161,7 +161,7 @@
Add colleagues to your project
+Add members to your project
Work done so far (optional)
+Provide details of any work completed
+ {#Work done so far (optional)
#}{{workcompletedsofar}}
@@ -417,7 +418,11 @@Which phase the project is in
++ {# Which phase the project is in #} +Current phase of the project + +
{{currentphaseofproject}}
@@ -432,7 +437,10 @@Which phases of the project you need resource for
++ {# Which phases of the project you need resource for #} + Phase resource is required for +
Expected duration of the project
-
The date you want the project to start
How long you think the project will run for (optional)
+
+ {# Expected duration of the project #} + Duration of work / resource required from /to +
+
+ {# The date you want the project to start #} + Enter indicative start date + +
+ {# How long you think the project will run for (optional) #} + Enter indicative duration (optional) +
@@ -468,8 +486,8 @@
Who the buying organisation is (optional)
-
Name of the organisation doing the procurement
Name of the organisation using the products or services
+The buying organisation is (optional)
+
Name of the contracting authority
Organisation you are buying on behalf of (Optional)
@@ -500,7 +518,10 @@
Choose if this will be a new, replacement or expanded service or product
++ {# Choose if this will be a new, replacement or expanded service or product #} + New, replacement or expanded service or product +
{{newreplace}}
@@ -515,7 +536,7 @@Tell us if there is an existing supplier
+Is there an incumbent supplier
{{incumbentoption}}
{{suppliername}}
@@ -530,7 +551,12 @@Management information and reporting requirements
++ {# Management information and reporting requirements #} + Please insert any specific details relating to the provision of +management information or reporting by the Supplier + +
{{managementinfo}}
@@ -545,15 +571,17 @@Your service levels and KPIs
+Your service levels and performance
{% set i=1 %} {%if serviceLevel !=undefined and serviceLevel !=null and serviceLevel | length >0 %} {% for data in serviceLevel %} {% set text=numberWordBig[i] + " service level requirement/KPI" %}{{text}}
-Name of requirement
-
Description of the criteria
-
Your success target
+
+ Enter the service area +
+
Enter the service area / KPI description
+
Insert the required target
{% set i=i+1 %} {% endfor %} {%endif%} @@ -603,7 +631,7 @@
Your project budget (optional)
+
How the supplier will deliver within the budgetary constraints (Optional)
Maximum estimated contract value (optional)
Minimum estimated contract value (optional)
Your project requirements
+
Add your requirements
{%if reqGroup !=undefined and reqGroup !=null and numberWordSmall !=undefined and numberWordSmall !=null and numberWordSmall !='' and reqGroup | length >0%} {% set i=1 %} @@ -636,14 +664,6 @@ {% set i=i+1 %} {% endfor %} {% endif %} - {#
Requirement title
-Requirement description
-
Requirement group
-Requirement title
-Requirement description
-
Requirement group
-Requirement title
-Requirement description
#}
@@ -655,14 +675,7 @@ {% endfor %} {%endif%} - {#
Answer
-Answer
-
Answer
-Answer
-Answer
-
Answer
-Answer
-Answer
#} +
4. People, skills, security and location
+4. Additional requirements
-
@@ -727,7 +740,10 @@
Your highest security and vetting requirements
Highest level of security clearance that supplied staff may need to have
-Number of staff that will need a lower level of clearance
++ {# Number of staff that will need a lower level of clearance #} + How many resources need a lower security and vetting requirement? +
-
diff --git a/src/main/resources/content/requirements/rfp-review.json b/src/main/resources/content/requirements/rfp-review.json index 32b882106c..5efcc48527 100644 --- a/src/main/resources/content/requirements/rfp-review.json +++ b/src/main/resources/content/requirements/rfp-review.json @@ -20,7 +20,7 @@ "text": "Review and publish" } ], - "title": " Review and publish", + "title": " Review and publish your 1-stage further competition", "subtitle": "You should review your further competition before publishing it for suppliers to see. You can make changes to any sections.", "subtitleDA": "You should review your before publishing it for suppliers to see. You can make changes to any sections.", "data": { From a8debc5aeb39ca41ba373127f1daad44b39b4389 Mon Sep 17 00:00:00 2001 From: "Balwinder.Singh"Date: Mon, 25 Jul 2022 20:28:40 +0530 Subject: [PATCH 11/14] Commit --- .../requirements/views/rfp-review.njk | 80 ++++--------------- 1 file changed, 16 insertions(+), 64 deletions(-) diff --git a/src/main/features/requirements/views/rfp-review.njk b/src/main/features/requirements/views/rfp-review.njk index e5b88d4d6b..ba40a91c46 100644 --- a/src/main/features/requirements/views/rfp-review.njk +++ b/src/main/features/requirements/views/rfp-review.njk @@ -760,8 +760,8 @@ management information or reporting by the Supplier -
-
Essential skills and capabilities
-Total number of skills and capabilities added
+Select your service capabilities
+Total number of added capabilities
Skills and capabilities added for each section
- @@ -828,7 +828,7 @@ management information or reporting by the Supplier
-
-
The overall weighting for quality and price
+Set the overall ratio between quality and price
Quality
Price
@@ -847,10 +847,10 @@ management information or reporting by the Supplier
-
-
The overall weighting for the quality categories
-Technical
-Cultural
-Social value
+Set the specific ratio of quality groups
+Technical group
+Cultural group
+Social value group/p>
-
@@ -868,23 +868,15 @@ management information or reporting by the Supplier -
-
Your technical questions
+Add your technical questions
{%if techGroup !=undefined and techGroup !=null and techGroup | length >0%} {% for data in techGroup%}Your question
-Enter more details about your question
+Provide additional detail for your question
Explain how good looks like
Enter a weighting for this question
{% endfor %} {%endif%} - {#Your question
-Provide additional detail for your question
-Explain how good looks like
-Enter a weighting for this question
-Your question
-Provide additional detail for your question
-Explain how good looks like
-Enter a weighting for this question
#} -
@@ -897,15 +889,6 @@ management information or reporting by the Supplier{{data.weight}}%
{% endfor %} {%endif%} - - {#Answer
-Answer
-Answer
-XX%
-Answer
-Answer
-Answer
-XX%
#} - {% if eventStatus != "published"%} @@ -917,25 +900,17 @@ management information or reporting by the Supplier
-
-
Your cultural fit questions
+Add your cultural questions
{%if techGroup !=undefined and techGroup !=null and techGroup | length >0%} {% for data in techGroup%}Your question
-Enter more details about your question
+Provide additional detail for your question
Explain how good looks like
Enter a weighting for this question
{% endfor %} {% endif %} - {#Your question
-Provide additional detail for your question
-Explain how good looks like
-Enter a weighting for this question
-Your question
-Provide additional detail for your question
-Explain how good looks like
-Enter a weighting for this question
#} -
@@ -948,14 +923,6 @@ management information or reporting by the Supplier{{data.weight}}%
{% endfor %} {%endif%} - {#Answer
-Answer
-Answer
-XX%
-Answer
-Answer
-Answer
-XX%
#} - {% if eventStatus != "published"%} @@ -967,24 +934,16 @@ management information or reporting by the Supplier
-
-
Your social value questions
+Add your social value questions
{%if socialGroup !=undefined and socialGroup !=null and socialGroup | length >0%} {% for data in socialGroup%}Your question
-Enter more details about your question
+Provide additional detail for your question
Explain how good looks like
Enter a weighting for this question
{% endfor %} {% endif %} - {#Your question
-Provide additional detail for your question
-Explain how good looks like
-Enter a weighting for this question
-Your question
-Provide additional detail for your question
-Explain how good looks like
-Enter a weighting for this question
#} -
@@ -997,14 +956,7 @@ management information or reporting by the Supplier{{data.weight}}%
{% endfor %} {% endif %} - {#Answer
-Answer
-Answer
-XX%
-Answer
-Answer
-Answer
-XX%
#} + -
{% if eventStatus != "published"%}
@@ -1035,8 +987,8 @@ management information or reporting by the Supplier
How you will score suppliers
{%if tierData !=undefined and tierData !=null and tierData | length >0%} {% for data in tierData%} -Level name
-Score
+Enter the name for this tier
+Enter the points for this tier
Description
{% endfor %} {%endif%} From ee50953d4aa5e50041d2337e69ff632cc6a2c853 Mon Sep 17 00:00:00 2001 From: CharunyaDate: Mon, 25 Jul 2022 22:01:40 +0530 Subject: [PATCH 12/14] BugFix/5926/5924 --- .../controller/evaluateSuppliers.ts | 24 ++++++++++++------- .../views/enterEvaluation.njk | 2 +- .../views/evaluateSuppliers.njk | 10 ++++---- .../views/eventManagement.njk | 8 +++---- .../views/eventManagementDetails.njk | 2 +- .../views/eventManagementNextStep.njk | 2 +- .../event-management/event-management.json | 10 ++++---- 7 files changed, 34 insertions(+), 24 deletions(-) diff --git a/src/main/features/event-management/controller/evaluateSuppliers.ts b/src/main/features/event-management/controller/evaluateSuppliers.ts index 4c634c2f61..ad6db5c460 100644 --- a/src/main/features/event-management/controller/evaluateSuppliers.ts +++ b/src/main/features/event-management/controller/evaluateSuppliers.ts @@ -87,20 +87,26 @@ export const EVALUATE_SUPPLIERS = async (req: express.Request, res: express.Resp const ScoresAndFeedbackURL =`tenders/projects/${projectId}/events/${eventId}/scores` const ScoresAndFeedbackURLdata = await TenderApi.Instance(SESSION_ID).get(ScoresAndFeedbackURL) const supplierInterestURL = `tenders/projects/${projectId}/events/${eventId}/responses` - const supplierdata = await TenderApi.Instance(SESSION_ID).get(supplierInterestURL) + const supplierdata= await TenderApi.Instance(SESSION_ID).get(supplierInterestURL) + var submittedCount = 0 + for (let i = 0; i < supplierdata.data.responders.length; i++) { + if(supplierdata.data.responders[i].responseState == 'Submitted') + { + submittedCount++ + } + } let supData = []; let supplierName = []; let showallDownload = false; for (let i = 0; i < ScoresAndFeedbackURLdata.data.length; i++) { - for(let j=0;j {a.supplier.id==ScoresAndFeedbackURLdata.data[i].organisationId}); //let commentData=supplierdata.data.responders[i].supplier.filter((a:any)=>{a.organisationId==supplierdata.data.responders[i].supplier.id}); @@ -115,7 +121,7 @@ export const EVALUATE_SUPPLIERS = async (req: express.Request, res: express.Resp completion = "Yes" } - + let dataPrepared = { "id": supData[i].supplier.id, @@ -126,24 +132,26 @@ export const EVALUATE_SUPPLIERS = async (req: express.Request, res: express.Resp "responseDate": supData[i].responseDate, "completionStatus":completion, } - + if (supplierdata.data.responders[i].responseState == 'Submitted') { showallDownload = true; } supplierName.push(dataPrepared) } + } + const supplierSummary = supplierdata.data; var count =0; let ConfirmFlag = false; //count of completionstatus="yes" == count of responders for (let k = 0; k < supplierName.length; k++) { - if(supplierName[k].completionStatus == "Yes") + if(supplierName[k].completionStatus == "Yes" && supplierName[k].responseState == "Submitted" ) { count++; } } - if(count == supplierName.length) + if(count == submittedCount) { ConfirmFlag = true; } diff --git a/src/main/features/event-management/views/enterEvaluation.njk b/src/main/features/event-management/views/enterEvaluation.njk index df93d8c4e8..e0b961caa0 100644 --- a/src/main/features/event-management/views/enterEvaluation.njk +++ b/src/main/features/event-management/views/enterEvaluation.njk @@ -13,7 +13,7 @@ }, { "text": "Your Project", - "href": "/dashboard" + "href": "/event/management?id="+eventId }, { "text": "Evaluate Suppliers", diff --git a/src/main/features/event-management/views/evaluateSuppliers.njk b/src/main/features/event-management/views/evaluateSuppliers.njk index d9daaa18a1..27ceb0c888 100644 --- a/src/main/features/event-management/views/evaluateSuppliers.njk +++ b/src/main/features/event-management/views/evaluateSuppliers.njk @@ -8,12 +8,12 @@ {{ CCSBreadcrumbs({ items:[ { - "text": "Dashboard", + "text": "Your Dashboard", "href": "/dashboard" }, { "text": "Your Project", - "href": "#" + "href": "/event/management?id="+eventId }, { "text": "Evaluate Suppliers", @@ -70,7 +70,7 @@ {% for supplier in supplierName %} - {#{% if supplier.responseState =='Submitted' %} #} + {% if supplier.responseState =='Submitted' %} @@ -81,7 +81,7 @@ {##} - - {#{% endif %} #} + {% endif %} {% endfor %}{{ supplier.responseDate }} +{{ supplier.responseDate |dateddmmyyyy }} {{ data.Downloadresponse[0].text }} @@ -89,7 +89,7 @@{{supplier.completionStatus}}
Set the specific ratio of quality groups
Technical group
Cultural group
-
Social value group/p>
+
Social value group
@@ -987,17 +987,27 @@ management information or reporting by the Supplier
How you will score suppliers
{%if tierData !=undefined and tierData !=null and tierData | length >0%} {% for data in tierData%} -
Enter the name for this tier
-
Enter the points for this tier
+ {%if loop.index ==1%} +
+ {%endif%} + {%if loop.index !=1%} +
+ {%endif%} +
Level Name
+
Score
Description
{% endfor %} {%endif%}
+ {%if tierData !=undefined and tierData !=null and tierData | length >0%} {% for data in tierData %} + {%if loop.index ==1%} +
+ {%endif%} +
{{data.name}}
{{data.id}}
{{data.text}}
From 1e6c44935d8335a2a6eda677e8ecae3954eda051 Mon Sep 17 00:00:00 2001 From: "Balwinder.Singh"
-
Publish your {%if(selectedeventtype=='DA')%}requirements{%else%}further competition{%endif%}
+Publish your {%if(selectedeventtype=='DA')%}requirements{%else%} 1-stage further competition{%endif%}
After publishing{%if(selectedeventtype!='DA')%} this event{%endif%}, you can still cancel all or part of it at any time, or amend, clarify, add to or withdraw all or any part of it.