{% extends "engage/base_engage.html" %} {% block title %}Download {{ resource_name }} {% endblock %} {% block head_extra%}{% endblock %} {% block content %}

Thank you

{% if form_details and "access_to_content" in metadata and metadata.access_to_content == "true" %}

We've emailed a copy of the {{ resource_name }} to {{ form_details.email }}

Back to last page Contact us

Did not get it? Check your spam folder and that you've used the right email address.

{% else %} {% if "thank_you_text" in metadata %}

{{ metadata["thank_you_text"] }}

{% else %}

The {{ resource_name }} is now ready to download.

{% endif %} {% if "contact_form_only" not in metadata and metadata.contact_form_only != "true" or ("access_to_content" in metadata and metadata.access_to_content == "true") %} {% if metadata.resource_url and metadata.resource_url != "" %}

Download

{% endif %} {% endif %} {% endif %}
{% endblock content %}