{% extends 'base.html.twig' %} {% block title %}Bibliothèque{% endblock %} {% block customNavigation %} {% include "base/nav-customer.html.twig" %} {% endblock %} {% block body %} {{ include("base/ban-customer.html.twig", {name_page: thematic.name}) }}
{% if contentNewsBaby |length > 0 %}
{% for content in contentNewsBaby %}
{% for medias in content.news.cbaNewsContents %} {% if medias.media.principal == 1 and medias.media.type.id == 11 %} {% endif %} {% if medias.media.principal == 1 and medias.media.type.id == 10 %}
{% endif %} {% endfor %}

{{ content.news.title }}

{{ content.news.description|raw }}

{% for medias in content.news.cbaNewsContents %} {% if medias.media.principal == 0 and medias.media.type.id == 12 %} {{ medias.media.name }} {% endif %} {% endfor %}
{% endfor %}
{% else %}

Le contenu de "{{ thematic.name }}" n'est pas encore disponible.

{% endif %}
{% do contentNewsBaby.setPageRange(2) %} {{ knp_pagination_render(contentNewsBaby, 'base/pagination.html.twig') }}
{% endblock %}