{% extends 'reviews/base.html' %} {% block content %}

Szczegółowe informacje o książce


Tytuł {{ book.title }}
Wydawnictwo: {{ book.publisher }}
Data wydania: {{ book.publication_date }}
{% if not reviews %}

Napisz pierwszą recenzję.

{% else %} Ocena ogólna: {{ book_rating }}

Recenzje

{% endif %} {% endblock %}