@@ -7,17 +7,18 @@
{% block body %}
{{ parent() }}
- <table class="table table-dark">
+ <table class="table table-bordered">
- <thead>
+ <thead class="thead-dark">
<tr>
<th>Titre</th>
<th>Accès</th>
+ </tr>
</thead>
<tbody>
- <tr>
+ <tr>
- <td class="titre-livre">{{ livre.getTitre }}</td>
+ <td class="titre-livre">{{ livre.getTitre }}</td>
- <td>{% include "@Document/Document/acces.html.twig" with {'titreWidget': 'Bibliothèque variable'}%}</td>
+ <td>{% include "@Document/Document/acces.html.twig" with {'titreWidget': 'Bibliothèque variable'}%}</td>
- </tr>
</tbody>
</table>