{% extends "access_grant_funding/base.html" %} {% set page_title = "Select an organisation" %} {% block content %}

{{ page_title }}

{% if organisations %} {% else %}

You do not have access to any grant recipient organisations.

{% endif %}
{% endblock content %}