{% extends "access_grant_funding/base.html" %} {% set page_title = "Privacy policies" %} {% block content %}
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 %}This privacy policy applies to data collected for {{ grant.name }}.
{{ privacy_policy_renderer(grant.privacy_policy_markdown) }} {% endif %}