{% extends '@InstallBois/index.html.twig' %} {% import "forms-macro/popup.html.twig" as popup %} {% block title %} INSTALL-BOIS {% endblock %} {% block head %} {{ parent() }} {% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %} {% block page_content_start %} {{ parent() }}

Nous sommes là pour vous aider

{% endblock %} {% block page_content %} {% if is_granted('ROLE_ADMIN') %}
+ Nouvelle question
{% endif %}
{% for category in categories %}
{{ category.name }}
{% for question in category.FAQQuestions %}

{% if is_granted('ROLE_ADMIN') %}
ID : {{ question.id }} Modifier
{% endif %} {{ question.question }}

{{ question.answer|nl2br|raw }}

{% endfor %}
{% endfor %}
{% if is_granted('ROLE_DEMO') %} {{ include('tooltip/tooltip.html.twig') }} {% endif %} {% endblock %}