{% extends "base.html" %} {% load wagtailcore_tags %} {% block content %}

{{ page.title }}

{% if page.introduction %}{{ page.introduction|richtext }}{% endif %} {% if faq_pages %}
{% for faq_page in faq_pages %}
{% if faq_page.body %} {% include_block faq_page.body %} {% else %}

Il n'y a aucune question dans cette catégorie pour le moment.

{% endif %}
{% endfor %}
{% else %}
Il n'y a aucune question pour le moment.
{% endif %}
{% endblock %}