- -
-

Download monitoring and evaluation data

- -

Use the following filters to select the projects you need.

- -

The filters you select will be applied at project level. You will be able to download this as a file to your desktop.

- -

- If you don't select any filters you will get all the data from all of the projects that are in the system. -

- -
- -
- {{ form.csrf_token }} - - {{ govukAccordion({ - "id": "download", - "headingLevel": 2, - "showAllSectionsText": "", - "items": [ - { - "heading": { - "text": "Filter by fund" - }, - "content": { - "html": checkboxItems(funds["name"], funds["items"]) - }, - }, - { - "heading": { - "text": "Filter by area" +
+
+

Download monitoring and evaluation data

+ +

Use the following filters to select the projects you need.

+ +

The filters you select will be applied at project level. You will be able to download this as a file to your desktop.

+ +

+ If you don't select any filters you will get all the data from all of the projects that are in the system. +

+ +
+ + + {{ form.csrf_token }} + + {{ govukAccordion({ + "id": "download", + "headingLevel": 2, + "showAllSectionsText": "", + "items": [ + { + "heading": { + "text": "Filter by fund" + }, + "content": { + "html": checkboxItems(funds["name"], funds["items"]) + }, }, - "content": { - "html": checkboxItems(areas["name"], areas["items"]) - } - }, - { - "heading": { - "text": "Filter by funded organisation" + { + "heading": { + "text": "Filter by area" + }, + "content": { + "html": checkboxItems(areas["name"], areas["items"]) + } }, - "content": { - "html": checkboxItems(orgs["name"], orgs["items"]) - } - }, - { - "heading": { - "text": "Filter by outcomes" + { + "heading": { + "text": "Filter by funded organisation" + }, + "content": { + "html": checkboxItems(orgs["name"], orgs["items"]) + } }, - "content": { - "html": checkboxItems(outcomes["name"], outcomes["items"]) - } - }, - { - "heading": { - "text": "Filter by returns period" + { + "heading": { + "text": "Filter by outcomes" + }, + "content": { + "html": checkboxItems(outcomes["name"], outcomes["items"]) + } }, - "content": { - "html": selectItems(returnsParams) + { + "heading": { + "text": "Filter by returns period" + }, + "content": { + "html": selectItems(returnsParams) + } } - } - ] - }) - }} + ] + }) + }} - {{ form.file_format}} - {{ form.download }} + {{ form.file_format}} + {{ form.download }} diff --git a/app/templates/main/help.html b/app/templates/main/help.html new file mode 100644 index 0000000..b88ea60 --- /dev/null +++ b/app/templates/main/help.html @@ -0,0 +1,34 @@ +{% extends "base.html" %} +{%- from 'govuk_frontend_jinja/components/footer/macro.html' import govukFooter -%} +{%- from 'govuk_frontend_jinja/components/phase-banner/macro.html' import govukPhaseBanner -%} +{%- from 'govuk_frontend_jinja/components/back-link/macro.html' import govukBackLink -%} + + +{% block head %} + + + + + {% assets "css" %}{% endassets %} +{% endblock %} + +{% block beforeContent %} + {{ super() }} +{% endblock %} + +{% block content %} +
+
+

Get help

+

If you are experiencing difficulties with this service or have any questions, you can email us.

+

Email

+

fsd.support@levellingup.gov.uk.

+

Monday to Friday: 9am to 5pm (except public holidays).

+
+
+{% endblock %} + + +{% block footer %} +{{ govukFooter({}) }} +{% endblock %}