{% extends "engage/base_engage.html" %} {% block title %}Загрузить {{ resource_name }} {% endblock %} {% block head_extra%}{% endblock %} {% block content %}

Спасибо

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

Мы отправили вам копию {{ resource_name }} по {{ form_details.email }}

Вернуться к последней странице Свяжитесь с нами

Не получил? Проверьте папку со спамом и убедитесь, что вы использовали правильный адрес электронной почты.

Или попробуйте отправить повторно

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

{{ metadata["thank_you_text"] }}

{% else %}

{{ resource_name }} готов к загрузке.

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

Загрузить

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

You may also be interested in …

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

{{page["topic_name"]}}

{{page["subtitle"]}}

See more ›

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