{% 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 %} {% from "govuk_frontend_jinja/components/details/macro.html" import govukDetails %} {% from 'govuk_frontend_jinja/components/inset-text/macro.html' import govukInsetText %} {# Macro for existing users table #} {% macro existing_users_table() %}
| Test grant recipient | Users |
|---|---|
| {{ grant_recipient.organisation.name }} |
{% if data_providers %}
|
Set up MHCLG form designers / Funding Service staff to allow them to test the Access grant funding recipient journey. Grant team members will automatically be able to test the journey as any grant recipient.
{{ govukInsetText({"text": "Grant team members can test as any grant recipient that has been set up."}) }}