diff --git a/app/views/reports/alt-index.html b/app/views/reports/alt-index.html new file mode 100644 index 00000000..3815cb52 --- /dev/null +++ b/app/views/reports/alt-index.html @@ -0,0 +1,37 @@ +{% extends 'layout.html' %} + +{% set pageName = "Reports" %} + +{% set currentSection = "reports" %} + +{% block content %} + +
+
+ + {% include "includes/notification.html" %} + +
+
+ +
+
+ +

Reports

+

Create and download reports.

+ + {% from "inset-text/macro.njk" import insetText %} + +{% set insetTextHtml %} +

You need to wait 3 minutes before you can start creating a report. This is because another report is already in progress for your organisation.

+{% endset %} + +{{ insetText({ + html: insetTextHtml +}) }} + + +
+
+ +{% endblock %} diff --git a/app/views/reports/creating-report.html b/app/views/reports/creating-report.html new file mode 100644 index 00000000..989620a7 --- /dev/null +++ b/app/views/reports/creating-report.html @@ -0,0 +1,46 @@ +{% extends 'layout.html' %} + +{% set pageName = "Creating report" %} + + +{% block content %} +
+
+ + + +

We are creating your report

+ +

This can take a few minutes.

+ + +
+ + + + + + +{% endblock %} diff --git a/app/views/reports/download.html b/app/views/reports/download.html index ff31a7b5..111ec869 100644 --- a/app/views/reports/download.html +++ b/app/views/reports/download.html @@ -11,7 +11,7 @@

Your report is ready

-

You have created a report from 16 July to 30 July 2024 for COVID-19 and flu at Verrington (RH635)

+

You can now download your report.

{{ button({ "text": "Download report",