diff --git a/templates/apiSearch/index.html.twig b/templates/apiSearch/index.html.twig index 4012959..27abfb5 100644 --- a/templates/apiSearch/index.html.twig +++ b/templates/apiSearch/index.html.twig @@ -3,7 +3,6 @@ {% block title %}{% endblock %} {% block body %} -

Résultats pour : @@ -34,7 +33,7 @@ {{ book.volumeInfo.publishedDate }}

{% endif %} - + {% if book.volumeInfo.categories is defined %} {% for categorie in book.volumeInfo.categories %}

Catégorie : @@ -74,15 +73,65 @@ {% endif %} - {% endfor %} - {% if favoris is empty %} - - - - {% endif %} - {% endif %} + {% if favoris is empty %} + + + + + {% endif %} + +

+ +

@@ -131,41 +180,68 @@
{% endblock %}