1+ {% extends prototypeVersion + '/layouts/layout-signed-in.html' %}
2+
3+ {% set pageName = "Business case shared" %}
4+ {% set serviceHeader = "Medical product evaluations" %}
5+
6+ {% block content %}
7+ < div class ="nhsuk-grid-row ">
8+ < div class ="nhsuk-grid-column-two-thirds ">
9+
10+ < div class ="nhsuk-panel nhsuk-panel--confirmation nhsuk-u-margin-top-7 nhsuk-u-margin-bottom-7 ">
11+ < h1 class ="nhsuk-panel__title ">
12+ Business case shared successfully
13+ </ h1 >
14+ < div class ="nhsuk-panel__body ">
15+ Your business case for< br >
16+ < strong >
17+ {% if data['bc-product'] == 'smartpump-infusion-device-pro' %}SmartPump Infusion Device Pro
18+ {% elif data['bc-product'] == 'medflow-infusion-system' %}MedFlow Infusion System 3000
19+ {% elif data['bc-product'] == 'vitalguard-patient-monitor' %}VitalGuard Patient Monitor X1
20+ {% elif data['bc-product'] == 'scanmaster-ultrasound' %}ScanMaster Portable Ultrasound
21+ {% elif data['bc-product'] == 'other' %}{{ data['bc-product-other'] }}
22+ {% else %}your product{% endif %}
23+ </ strong > < br >
24+ is now visible to NHS procurement professionals
25+ </ div >
26+ </ div >
27+
28+ < div class ="nhsuk-card nhsuk-card--care nhsuk-u-margin-top-4 ">
29+ < div class ="nhsuk-card__content ">
30+ < h3 class ="nhsuk-card__heading "> Your impact</ h3 >
31+ < p class ="nhsuk-body-s "> You've now shared < strong > 1 business case</ strong > that can help other NHS trusts build their own procurement proposals.</ p >
32+ < p class ="nhsuk-body-s "> Business cases are among the most requested documents on Compass — other trusts often spend weeks creating them from scratch.</ p >
33+ </ div >
34+ </ div >
35+
36+ < h2 class ="nhsuk-heading-m nhsuk-u-margin-top-6 "> What happens next?</ h2 >
37+
38+ < ul class ="nhsuk-list nhsuk-list--bullet ">
39+ < li > Other trusts and the product supplier will soon be able to view your business case</ li >
40+ < li > You can update or remove your business case at any time from your dashboard</ li >
41+ < li > Contacts you listed may be approached by other trusts with questions about your submission</ li >
42+ </ ul >
43+
44+ < a class ="nhsuk-action-link " href ="# ">
45+ < svg class ="nhsuk-icon nhsuk-icon--arrow-right-circle " xmlns ="http://www.w3.org/2000/svg " viewBox ="0 0 24 24 " width ="16 " height ="16 " focusable ="false " aria-hidden ="true ">
46+ < path d ="M12 2a10 10 0 0 0-10 9h11.7l-4-4a1 1 0 0 1 1.5-1.4l5.6 5.7a1 1 0 0 1 0 1.4l-5.6 5.7a1 1 0 0 1-1.5 0 1 1 0 0 1 0-1.4l4-4H2A10 10 0 1 0 12 2z "> </ path >
47+ </ svg >
48+ < span class ="nhsuk-action-link__text "> View your business case as others see it</ span >
49+ </ a >
50+
51+ < div class ="nhsuk-form-group ">
52+ < button class ="nhsuk-button " data-module ="nhsuk-button " type ="submit " onclick ="window.location.href='share-evaluation-choice' ">
53+ Share something else
54+ </ button >
55+ < p >
56+ < a href ="/ " class ="nhsuk-link "> Return to dashboard</ a >
57+ </ p >
58+ </ div >
59+
60+ < hr class ="nhsuk-section-break nhsuk-section-break--l nhsuk-section-break--visible ">
61+
62+ < h2 class ="nhsuk-heading-m "> Do you also have an evaluation to share?</ h2 >
63+
64+ < p > A business case is most useful to other trusts when it's paired with a product evaluation. If your trust has assessed this product clinically, sharing that evaluation gives others the full picture.</ p >
65+
66+ < p >
67+ < a href ="upload-evaluation " class ="nhsuk-button nhsuk-button--secondary ">
68+ Share a product evaluation
69+ </ a >
70+ </ p >
71+
72+ < hr class ="nhsuk-section-break nhsuk-section-break--l nhsuk-section-break--visible ">
73+
74+ </ div >
75+ </ div >
76+
77+ < div class ="nhsuk-grid-row ">
78+ < div class ="nhsuk-grid-column-two-thirds ">
79+
80+ < div id ="contact ">
81+ < div class ="nhsuk-card nhsuk-card--care nhsuk-card--care--non-urgent ">
82+ < div class ="nhsuk-card--care__heading-container ">
83+ < h2 class ="nhsuk-card--care__heading ">
84+ Need help?
85+ </ h2 >
86+ < span class ="nhsuk-card--care__arrow " aria-hidden ="true "> </ span >
87+ </ div >
88+ < div class ="nhsuk-card__content ">
89+ < p > If you have questions about managing your submissions:</ p >
90+ < p > Contact the team on 0330 2234 776 or email: < a href ="mailto:enquiries@dhsc.gov.uk "> enquiries@dhsc.gov.uk</ a > </ p >
91+ </ div >
92+ </ div >
93+ </ div >
94+
95+ </ div >
96+ </ div >
97+
98+ {% endblock %}
0 commit comments