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

{{ page_title }}

{% if grants %} {% else %}

You have access to no grants for this organisation.

{% endif %}
{% endblock content %}