{{ book.title }}{% trans ' 的评论' %}
-
{% for review in reviews %}
{{ review.owner.username }}
{% if review.is_private %}
{% endif %}
{{ review.edited_time }}
{{ review.title }}
{{ book.title }}
{% if book.isbn %}ISBN: {{ book.isbn }}
{% endif %}
{% if book.pub_house %}{% trans '出版社:' %}{{ book.pub_house }}{% endif %}
{% if book.rating %}
{% trans '评分: ' %}
{% endif %}