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

Szczegółowe informacje o książce


{% if book.cover %}
{% endif %} Tytuł {{ book.title }}
Wydawnictwo: {{ book.publisher }}
Data wydania: {{ book.publication_date }}
{% if book.sample %} Próbka: Pobierz
{% endif %} {% if not reviews %}
{% if user.is_authenticated %}

Napisz pierwszą recenzję.

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

Recenzje

{% endif %} {% if user.is_authenticated %} Dodaj recenzję Media {% endif %} {% endblock %}