{% 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 %} {% 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 %} {% 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' %} {% 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.resposta|richtext }}
{% endwith %} {% endif %} {% endfor %}
{% endwith %} {% endif %} {% endfor %}
{% endif %}
{% endwith %} {% endfor %}
{% endwith %} {% endfor %}
{% endif %}