{% extends "engage/base_engage.html" %} {% block title %}Télécharger {{ resource_name }} {% endblock %} {% block head_extra%}{% endblock %} {% block content %}

Merci

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

Nous avons envoyé une copie de {{ resource_name }} à {{ form_details.email }}

Retour à la dernière page Contactez-nous

Pas reçu? Vérifiez votre dossier spam et vérifiez que vous avez utilisé la bonne adresse e-mail.

Ou essayez de le renvoyer

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

{{ metadata["thank_you_text"] }}

{% else %}

La {{ resource_name }} est prête à être téléchargée.

{% 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 != "" %}

Téléchargée

{% endif %} {% endif %} {% endif %}
{% if related | length > 0 %}

Vous pourriez également être intéressé par …

{% for page in related[0:3] %}

{{page["topic_name"]}}

{{page["subtitle"]}}

En savoir plus ›

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