{% load css_tags %}{% block_css 'enap_designsystem/blocks/faq_busca.css' %} {% load wagtailcore_tags %} {% if value.titulo %} {{ value.titulo }} {% endif %} {% if value.abas %} {% for aba in value.abas %} {{ aba.nome_aba }} {% endfor %} {% endif %} {% if value.abas %} {% for aba in value.abas %} {% with aba_index=forloop.counter %} {% if aba.faqs|length > 1 %} {% for faq in aba.faqs %} {{ faq.nome_categoria }} {% endfor %} {% endif %} {% for faq in aba.faqs %} {% with faq_index=forloop.counter %} {% if aba.faqs|length == 1 %} {{ faq.nome_categoria }} {% endif %} {% if faq.titulos %} {% for titulo_block in faq.titulos %} {% if titulo_block.block_type == 'titulo' %} {{ titulo_block.value.titulo }} {% endif %} {% endfor %} {% for titulo_block in faq.titulos %} {% if titulo_block.block_type == 'titulo' %} {% with titulo=titulo_block.value %} {{ titulo.titulo }} {% for pergunta_block in titulo.perguntas %} {% if pergunta_block.block_type == 'pergunta' %} {% with pergunta=pergunta_block.value %} {{ pergunta.pergunta }} {{ pergunta.resposta|richtext }} {% endwith %} {% endif %} {% endfor %} {% endwith %} {% endif %} {% endfor %} {% endif %} {% endwith %} {% endfor %} {% endwith %} {% endfor %} Nenhuma pergunta encontrada para a sua busca. {% endif %}
Nenhuma pergunta encontrada para a sua busca.