{% load wagtailcore_tags %} {% load wagtailimages_tags %} {% block content %}
{% if page.logo_section %}
{% for block in page.logo_section %} {% if block.block_type == 'logo' %} {% load wagtailimages_tags %} {% image block.value max-200x200 as logo_img %} Logo {% endif %} {% endfor %}
{% endif %}
{% if page.logo_section %}
{% for block in page.logo_section %} {% if block.block_type == 'logo' %} {% load wagtailimages_tags %} {% image block.value max-200x200 as logo_img %} Logo {% endif %} {% endfor %}
{% endif %}

{{ page.form_title }}

{% if page.form_subtitle %}

{{ page.form_subtitle }}

{% endif %} {% if page.intro %}
{{ page.intro|richtext }}
{% endif %}
{% csrf_token %} {% for step in all_steps %}
{% for section in step.sections %} {% if section.title %}

{{ section.title }}

{% if section.subtitle %}

{{ section.subtitle }}

{% endif %}
{% endif %}
{% for block in section.fields %} {% include 'enap_designsystem/includes/form_field.html' with block=block %} {% endfor %}
{% endfor %}
{% endfor %}
{% if page.thank_you_image %}
{% image page.thank_you_image max-200x200 %}
{% endif %}

Inscrição Concluída!

{% if page.thank_you_text %} {{ page.thank_you_text|richtext }} {% else %}

Parabéns! Sua inscrição na {{ page.form_title }} foi realizada com sucesso.

{% if page.send_confirmation_email %}

Em breve você receberá um e-mail de confirmação com todas as informações.

{% endif %}

Obrigado por fazer parte desta jornada! 🚀

{% endif %}

📋 Próximos passos:

    {% if page.send_confirmation_email %}
  • Verifique sua caixa de entrada (e spam) para o e-mail de confirmação
  • {% endif %}
  • Fique atento às comunicações sobre o evento
  • Entre em contato conosco em caso de dúvidas
  • Compartilhe este evento com seus amigos
{{ page.success_button_text }}
{% if form_success %} {% endif %} {% endblock %}