{% extends "access_grant_funding/base.html" %} {% set page_title = "Privacy policies" %} {% block content %}

Privacy policies

Access grant funding

This privacy policy applies to your data when using Access grant funding.

The privacy policy will be uploaded shortly. Contact support if you have any questions.

{% if grant and grant.privacy_policy_markdown %}

{{ grant.name }}

This privacy policy applies to data collected for {{ grant.name }}.

{{ privacy_policy_renderer(grant.privacy_policy_markdown) }} {% endif %}
{% endblock %}