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

Obrigado

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

Enviamos uma cópia do e-mail {{ resource_name }} para {{ form_details.email }}

Voltar para a última página Contate-Nos

Não recebeu? Verifique sua pasta de spam e se você usou o endereço de e-mail correto.

Ou tente reenviar

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

{{ metadata["thank_you_text"] }}

{% else %}

{{ resource_name | capitalize }} está pronto para 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 %}
{% if related | length > 0 %}

Você também pode estar interessado em …

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

{{page["topic_name"]}}

{{page["subtitle"]}}

Ver mais ›

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