{% load static %} {% load i18n %} {% load admin_url %} {% load mastodon %} {% load oauth_token %} {% load truncate %} {% load highlight %} {% trans 'NiceDB - ' %}{{ book.title }}{% trans '的评论' %}
{% include "partial/_navbar.html" %}
{{ book.title }}{% trans ' 的评论' %}
{{ book.title }}
{% if book.isbn %}
ISBN: {{ book.isbn }}
{% endif %}
{% if book.pub_house %}{% trans '出版社:' %}{{ book.pub_house }}{% endif %}
{% if book.rating %} {% trans '评分: ' %} {{ book.rating }} {% endif %}
{% include "partial/_footer.html" %}
{% comment %} {% endcomment %}