{% 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' %} {% 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 == '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 %}
📎
Clique para selecionar ou arraste o arquivo aqui
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 {% if block.value.multiple_files|default:False %}
Múltiplos arquivos: Até {{ block.value.max_files|default:3 }} arquivos {% endif %}
{% 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 == 'estado_cidade_field' %}
{% if block.value.estado_help_text %}
{{ block.value.estado_help_text }}
{% endif %}
{% if block.value.cidade_help_text %}
{{ block.value.cidade_help_text }}
{% endif %}
{% 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 == 'estado_cidade_field' %}
{% if block.value.estado_help_text %}
{{ block.value.estado_help_text }}
{% endif %}
{% if block.value.cidade_help_text %}
{{ block.value.cidade_help_text }}
{% endif %}
{% endif %}