{% extends 'base.html.twig' %} {% block title %}Bibliothèque{% endblock %} {% block customNavigation %} {% include "base/nav-customer.html.twig" %} {% endblock %} {% block customStyle %} {% endblock %} {% block body %} {{ include("base/ban-customer.html.twig", {name_page: "Bibliothèque"}) }} {% if listThematics|length > 0 %}
{% for element in listThematics %}
{{ element.name }}
{% endfor %}
{% else %}

Le contenu de la bibliothèque n'est pas encore disponible.
Merci de compléter tes informations en cliquant sur ce bouton

Je complète mes informations

{% endif %} {% endblock %}