{% extends "admin/master.html" %} {% import 'admin/layout.html' as layout with context %} {% from "govuk_frontend_jinja/components/back-link/macro.html" import govukBackLink %} {% from 'govuk_frontend_jinja/components/error-summary/macro.html' import govukErrorSummary %} {% block beforeContent %} {{ govukBackLink({"text": "Back", "href": url_for('collection_lifecycle.tasklist', grant_id=grant.id, collection_id=collection.id) }) }} {% endblock %} {% block action_panel %}
{{ layout.messages() }} {% if form.errors %} {{ govukErrorSummary(wtforms_errors(form)) }} {% endif %}

Set up test organisations

Set up new test organisations for testing the Access grant funding journey. These organisations will have mode=TEST.

If you need to check what test organisations already exist, or only need to create a small number of test organisations, view and create individual organisations.

This form is designed to work with an export of Delta's organisations. Request an export via Delta's service desk. With that export open in Excel or similar, hide everything other than these columns:

Using filters, select only these organisation types:

Then copy and paste the entire table into the text area and submit.

{{ form.csrf_token }} {{ form.organisations_data }} {{ form.submit }}
{% endblock %}