{% load wagtailcore_tags %} {% load wagtailimages_tags %} {% if block.block_type == 'section_header' %} {% elif block.block_type == 'divider' %}
{% if block.value.title %}

{{ block.value.title }}

{% endif %}
{% elif block.block_type == 'nome_completo_field' %}
{% if block.value.help_text %}
{{ block.value.help_text }}
{% endif %}
{% elif block.block_type == 'step_header' %}
{% if block.value.header_type == 'logo' %} {% if block.value.logo %} {% endif %} {% if block.value.subtitle %}

{{ block.value.subtitle }}

{% endif %} {% else %}

{% if block.value.icon %}{{ block.value.icon }}{% endif %} {{ block.value.title|default:"Cabeçalho da Seção" }}

{% if block.value.subtitle %}

{{ block.value.subtitle }}

{% endif %} {% endif %}
{% elif block.block_type == 'text_field' %}
{% if block.value.help_text %}
{{ block.value.help_text }}
{% endif %}
{% elif block.block_type == 'email_field' %}
{% elif block.block_type == 'cpf_field' %}
{% if block.value.help_text %}
{{ block.value.help_text }}
{% endif %}
{% elif block.block_type == 'conditional_field' %}
{% if block.value.help_text %}
{{ block.value.help_text }}
{% endif %} {% if block.value.field_type == 'dropdown' %} {% else %}
{% for option_block in block.value.conditional_options %}
{% endfor %}
{% endif %} {% for option_block in block.value.conditional_options %} {% if option_block.value.action == 'show_fields' %} {% elif option_block.value.action == 'end_form' %} {% endif %} {% endfor %}
{% elif block.block_type == 'country_field' %}
{% if block.value.help_text %}
{{ block.value.help_text }}
{% endif %}
{% elif block.block_type == 'city_field' %} {% elif block.block_type == 'conditional_dropdown_field' %} {% elif block.block_type == 'phone_field' %}
{% if block.value.help_text %}
{{ block.value.help_text }}
{% endif %} {% if block.value.include_whatsapp %}
{% endif %}
{% elif block.block_type == 'textarea_field' %}
{% if block.value.help_text %}
{{ block.value.help_text }}
{% endif %}
{% elif block.block_type == 'number_field' %}
{% if block.value.help_text %}
{{ block.value.help_text }}
{% endif %}
{% elif block.block_type == 'date_field' %}
{% if block.value.help_text %}
{{ block.value.help_text }}
{% endif %}
{% elif block.block_type == 'dropdown_field' %}
{% if block.value.help_text %}
{{ block.value.help_text }}
{% endif %}
{% elif block.block_type == 'radio_field' %}
{% if block.value.help_text %}
{{ block.value.help_text }}
{% endif %}
{% for option in block.value.options %}
{% endfor %}
{% elif block.block_type == 'cnpj_field' %}
{% if block.value.help_text %}
{{ block.value.help_text }}
{% endif %}
{% elif block.block_type == 'conditional_field_condicional' %}
{% if block.value.help_text_con %}
{{ block.value.help_text_con }}
{% endif %} {% if block.value.field_type_con == 'dropdown' %} {% else %}
{% for option_block in block.value.conditional_options_con %}
{% endfor %}
{% endif %} {% for option_block in block.value.conditional_options_con %} {% if option_block.value.action_con == 'show_fields_con' %} {% endif %} {% endfor %}
{% elif block.block_type == 'checkbox_field' %}
{% if block.value.help_text %}
{{ block.value.help_text }}
{% endif %}
{% elif block.block_type == 'checkbox_multiple_field' %}
{% if block.value.help_text %}
{{ block.value.help_text }}
{% endif %} {% if block.value.min_selections > 1 %}
Selecione pelo menos {{ block.value.min_selections }} opções
{% endif %}
{% for option in block.value.options %}
{% endfor %}
{% elif block.block_type == 'file_upload_field' %}
{% if block.value.help_text %}
{{ block.value.help_text }}
{% endif %}
📁
Selecionar arquivos
ou arraste os arquivos para esta área
0 arquivo(s) selecionado(s) (0 KB)
Tipos permitidos: {% for file_type in block.value.allowed_types %} {% if file_type == 'pdf' %}.PDF{% endif %} {% if file_type == 'doc' %}.DOC/.DOCX{% endif %} {% if file_type == 'image' %}.JPG/.PNG/.GIF{% endif %} {% if file_type == 'excel' %}.XLS/.XLSX{% endif %} {% if file_type == 'text' %}.TXT{% endif %} {% if file_type == 'csv' %}.CSV{% endif %} {% if not forloop.last %} • {% endif %} {% endfor %}
Tamanho máximo: {{ block.value.max_size_mb }}MB por arquivo
Máximo de arquivos: {{ block.value.max_files|default:5 }}
{% elif block.block_type == 'rating_field' %}
{% if block.value.help_text %}
{{ block.value.help_text }}
{% endif %}
{% for i in "12345678910"|make_list %} {% if forloop.counter <= block.value.max_rating %} {% endif %} {% endfor %} {% if form_data %}{{ form_data }} de {{ block.value.max_rating }} estrelas{% else %}Clique para avaliar{% endif %}
{% elif block.block_type == 'checkbox_multi_redirect_field' %}
{% if block.value.help_text %}
{{ block.value.help_text }}
{% endif %} {% if block.value.field_type == 'checkbox' %} {% for option_block in block.value.redirect_options|slice:":1" %}
{% endfor %} {% elif block.value.field_type == 'radio' %}
{% for option_block in block.value.redirect_options %}
{% endfor %}
{% else %} {% endif %} {% for option_block in block.value.redirect_options %} {% if option_block.value.redirect_message %} {% endif %} {% endfor %} {% for option_block in block.value.redirect_options %} {% if option_block.value.action == 'show_fields' and option_block.value.fields_to_show %} {% endif %} {% endfor %}
{% elif block.block_type == 'info_text' %}
{% if block.value.dismissible %} {% endif %} {% if block.value.show_icon %}
{% if block.value.style == 'info' %}ℹ️ {% elif block.value.style == 'warning' %}⚠️ {% elif block.value.style == 'success' %}✅ {% elif block.value.style == 'danger' %}❌ {% elif block.value.style == 'neutral' %}📄 {% elif block.value.style == 'primary' %}🌟 {% endif %}
{% endif %}
{% if block.value.title %}

{{ block.value.title }}

{% endif %}
{{ block.value.content|richtext }}
{% elif block.block_type == 'divider' %}
{% if block.value.title %}

{{ block.value.title }}
{% else %}
{% endif %}
{% elif block.block_type == 'section_divider' %}

{{ block.value.title }}

{% if block.value.subtitle %}

{{ block.value.subtitle }}

{% endif %}

{% elif block.block_type == 'smart_navigation_field' %}
{% if block.value.help_text %}
{{ block.value.help_text }}
{% endif %} {% if block.value.field_type == 'radio' %}
{% for option in block.value.navigation_options %}
{% endfor %}
{% elif block.value.field_type == 'dropdown' %} {% elif block.value.field_type == 'checkbox' %} {% for option in block.value.navigation_options %}
{% endfor %} {% endif %}
{% endif %}