{% load static %} {% load wagtailcore_tags %}

{{ self.faq.titulo }}

{% for tema_block in self.faq.temas %} {% if tema_block.block_type == 'tema' %} {% with tema=tema_block.value tema_id=forloop.counter %} {% endwith %} {% endif %} {% endfor %}