{% load css_tags %}{% block_css 'enap_designsystem/blocks/faq_busca.css' %} {% load wagtailcore_tags %} {{ value.nome_categoria }} {% if value.titulos %} {% for titulo_block in value.titulos %} {% if titulo_block.block_type == 'titulo' %} {{ titulo_block.value.titulo }} {% endif %} {% endfor %} {% for titulo_block in value.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 %}