{% 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 %}

이제 {{ resources_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 %}

당신이 또 관심 있어야 할 주제는 다음과 같습니다.

{% for page in related %}

{{ page["topic_name"] }}

{{ page["subtitle"] }}

더보기 ›

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