diff --git a/account_store/tasks.py b/account_store/tasks.py index 14a5e8b78..1177e9c23 100644 --- a/account_store/tasks.py +++ b/account_store/tasks.py @@ -59,6 +59,9 @@ def seed_local_account_store(c): "CTDF_LEAD_ASSESSOR", "CTDF_ASSESSOR", "CTDF_COMMENTER", + "FFW_LEAD_ASSESSOR", + "FFW_ASSESSOR", + "FFW_COMMENTER", ]: if required_role not in lead_assessor_roles: la_role = Role(id=uuid4(), account_id=account_id, role=required_role) diff --git a/apply/templates/apply/all_questions/en/ffw_aor1_all_questions_en.html b/apply/templates/apply/all_questions/en/ffw_aor1_all_questions_en.html new file mode 100644 index 000000000..93a783e03 --- /dev/null +++ b/apply/templates/apply/all_questions/en/ffw_aor1_all_questions_en.html @@ -0,0 +1,271 @@ + +{% extends "apply/base.html" %} +{%- from 'govuk_frontend_jinja/components/inset-text/macro.html' import govukInsetText -%} +{%- from "govuk_frontend_jinja/components/button/macro.html" import govukButton -%} + +{% from "apply/partials/file-formats.html" import file_formats %} +{% set pageHeading %}{% trans %}Full list of application questions{% endtrans %}{% endset %} +{% block content %} +
+ Name of lead contact +
++ They will receive all the information about this application. +
++ Lead contact job title +
++ Lead contact email address +
++ Lead contact telephone number +
++ Name your organisation +
++ This is what your application will be called and will help you find it when you save and return. +
++ Organisation name +
++ This must match your registered legal +organisation name. +
++ Does your organisation use any other names? +
++ If 'Yes', go to 2.1.1.2 +
++ Alternative name 1 +
++ Alternative name 2 +
++ Alternative name 3 +
++ Registered organisation address +
++ Is your correspondence address different to the organisation address? +
++ If 'Yes', go to 2.1.2.2 +
++ Alternative organisation address +
++ How long has your organisation been operating? +
++ Select one option. +
++ How is your organisation classified? +
++ If 'None of these', go to 2.1.4.2 +
++ Type of organisation +
++ What is your organisation's main purpose? +
++ What are your organisation's charitable objects? +
++ Main activity 1 +
++ Activity 2 +
++ Activity 3 +
++ Website +
++ Social media link 1 +
++ For example, your company's Facebook, Instagram or Twitter accounts (if applicable) +
++ Social media link 2 +
++ For example, your company's Facebook, Instagram or Twitter accounts (if applicable) +
++ Social media link 3 +
++ For example, your company's Facebook, Instagram or Twitter accounts (if applicable) +
+