{% extends 'base.html.twig' %} {% block title %}Recherche | {{ query }}{% endblock %} {% block body %}
{{ datas.totalItems }} résultats trouvés
Aux éditions : {{ book.volumeInfo.publisher }}
{% endif %} {% if book.volumeInfo.publishedDate is defined %}Date de publication : {{ book.volumeInfo.publishedDate }}
{% endif %} {% if book.volumeInfo.categories is defined %} {% for categorie in book.volumeInfo.categories %}Catégorie : {{ categorie }}
{% endfor %} {% endif %}Nombres de pages : {{ book.volumeInfo.pageCount }}
Description : {% if book.searchInfo is defined %} {{ book.searchInfo.textSnippet | raw }} {% endif %}