{% trans '确认删除这本书吗?相关评论和标记将一并删除。' %}
{{ book.title }} {{ book.get_source_site_display }}
{% if book.rating %} {% trans '评分:' %} {% else %} {% trans '评分:暂无评分' %} {% endif %} {% if book.last_editor %}
{% trans '最近编辑者:' %}
{{ book.last_editor | default:"" }}
{% endif %}
{% trans '上次编辑时间:' %}{{ book.edited_time }}
{% if book.book_marks.all %}
{% trans '这个条目有' %} {{ book.book_marks.count }} 个标记
{% endif %}
{% if book.book_reviews.all %}
{% trans '这个条目有' %} {{ book.book_reviews.count }} 个评论
{% endif %}