{% extends 'base.html.twig' %} {% block title %}Book{% endblock %} {% block body %}
{% endif %}
{{ book.author }}
{% for i in range(1, book.rating) %}⭐{% endfor %}
| Category | {{ book.category }} | ||
|---|---|---|---|
| Description | {{ book.description | nl2br }} | ||
| Publisher | {{ book.publisher }} | Publish date | {{ book.publishDate ? book.publishDate|date('Y-m-d') : '' }} |
| Isbn | {{ book.isbn }} | Pages | {{ book.pages }} |
| Tags | {{ book.tags }} | ||
| Series | {{ book.series }} {{ book.volume }} | ||
| Language | {{ book.language }} | ||