diff --git a/templates/apiSearch/index.html.twig b/templates/apiSearch/index.html.twig index fc0c3b4..ec3bd54 100644 --- a/templates/apiSearch/index.html.twig +++ b/templates/apiSearch/index.html.twig @@ -33,6 +33,7 @@

Aux éditions : {{ book.volumeInfo.publisher }}

+ {% endif %} {% if book.volumeInfo.publishedDate is defined %}

Date de publication : {{ book.volumeInfo.publishedDate }} @@ -54,7 +55,7 @@ {{ book.searchInfo.textSnippet | raw }} {% endif %}

- {% endif %} +
@@ -79,13 +80,14 @@ {% endif %} {% endfor %} - {% endif %} - {% if favoris is empty %} + {% if favoris is empty %} {% endif %} + {% endif %} +