-
+
{% call details({
summaryHtml: '
Clinics associated with this batch
'
}) %}
-
No clinics associated with this batch
+
+
+
+ {% include "_includes/clinics/clinic-listing-table.html"%}
+
{% endcall %}
diff --git a/app/views/batches/index.html b/app/views/batches/index.html
index c23de5d..3c7fa97 100644
--- a/app/views/batches/index.html
+++ b/app/views/batches/index.html
@@ -37,80 +37,60 @@
Manage batches
{% set batch_1 %}
Crawley - Pound Hill
- HWO-standard-20251209
+
HWO-standard-20251209
{% endset %}
{% set batch_1_progress %}
-
- {{ tag({
- text: "0 of 2172",
- classes: "nhsuk-tag--blue"
- }) }}
-
+
+
0 of 2172 appointed
{% endset %}
{% set batch_2 %}
Chichester - Parklands
- HWO-standard-20251212
+
HWO-standard-20251212
{% endset %}
{% set batch_2_progress %}
-
- {{ tag({
- text: "1306 of 1352",
- classes: "nhsuk-tag--blue"
- }) }}
-
+
+
1306 of 1352 appointed
{% endset %}
{% set failsafe %}
February failsafe
- HWO-failsafe-20260115
+
HWO-failsafe-20260115
{% endset %}
{% set failsafe_progress %}
-
- {{ tag({
- text: "0 of 308",
- classes: "nhsuk-tag--blue"
- }) }}
-
+
+
0 of 308 appointed
{% endset %}
{% set auto %}
Aged over 71 - slippage 03-Feb-2026 11:00
- HWO-auto-slippage-2020203-1100
+
HWO-auto-slippage-2020203-1100
{% endset %}
{% set auto_progress %}
-
- {{ tag({
- text: "0 of 2",
- classes: "nhsuk-tag--blue"
- }) }}
-
+
+
0 of 2 appointed
{% endset %}
{% set auto_2 %}
Aged 53 - never invited 03-Feb-2026 11:00
- HWO-auto-never-invited-2020203-1100
+
HWO-auto-never-invited-2020203-1100
{% endset %}
{% set auto_2_progress %}
-
- {{ tag({
- text: "0 of 4",
- classes: "nhsuk-tag--blue"
- }) }}
-
+
+
0 of 4 appointed
{% endset %}
{{ table({
- firstCellIsHeader: true,
+ firstCellIsHeader: false,
head: [
{
text: "Batch"
@@ -118,10 +98,6 @@
Manage batches
{
text: "Type"
},
- {
- text: "Participants",
- format: "numeric"
- },
{
text: "Progress"
}
@@ -134,10 +110,6 @@
Manage batches
{
text: "Failsafe"
},
- {
- text: "308",
- format: "numeric"
- },
{
html: failsafe_progress
}
@@ -149,10 +121,6 @@
Manage batches
{
text: "Auto"
},
- {
- text: "2",
- format: "numeric"
- },
{
html: auto_progress
}
@@ -164,10 +132,6 @@
Manage batches
{
text: "Auto"
},
- {
- text: "4",
- format: "numeric"
- },
{
html: auto_2_progress
}
@@ -179,10 +143,6 @@
Manage batches
{
text: "Standard"
},
- {
- text: "2172",
- format: "numeric"
- },
{
html: batch_1_progress
}
@@ -194,10 +154,6 @@
Manage batches
{
text: "Standard"
},
- {
- text: "1352",
- format: "numeric"
- },
{
html: batch_2_progress
}
diff --git a/app/views/clinics/index.html b/app/views/clinics/index.html
new file mode 100644
index 0000000..aceefb0
--- /dev/null
+++ b/app/views/clinics/index.html
@@ -0,0 +1,50 @@
+{% extends 'layout.html' %}
+
+{% set pageName = "Manage clinics" %}
+
+{% from "_includes/primary-navigation.html" import primaryNavigation %}
+{% block header %}
+ {{ primaryNavigation("Manage clinics", serviceName, bsoName) }}
+{% endblock %}
+
+{% block beforeContent %}
+
+{{ breadcrumb({
+ items: [
+ {
+ href: "#",
+ text: "Home"
+ }
+ ]
+}) }}
+
+{% endblock %}
+
+{% block content %}
+
+
Manage clinics
+
+ {{ button({
+ text: "Create a new clinic",
+ href: "#",
+ classes: "nhsuk-button--secondary"
+ }) }}
+
+
+
+
+
+ {% include "_includes/clinics/clinic-listing-table.html"%}
+
+
+
+
+
+{% endblock %}
diff --git a/app/views/index.html b/app/views/index.html
index 22e44af..0c6d77a 100755
--- a/app/views/index.html
+++ b/app/views/index.html
@@ -37,8 +37,16 @@
{{ serviceName }}
+
Early May 2026
+
Clinics: first run
+
+ -
+ Clinic listing
+
+
+
Mid April 2026
-
Batches: first run at these fundamental objects
+
Batches: first run
-