{{ book.title }}{% trans ' 的标记' %}
{% include "partial/mark_list.html" with mark_list=marks current_item=book %}
{% if marks.pagination.has_prev %}
«
‹
{% endif %}
{% for page in marks.pagination.page_range %}
{% if page == marks.pagination.current_page %}
{{ page }}
{% else %}
{{ page }}
{% endif %}
{% endfor %}
{% if marks.pagination.has_next %}
›
»
{% endif %}
{{ book.title }} {{ book.get_source_site_display }}
{% if book.isbn %}ISBN: {{ book.isbn }}
{% endif %}
{% if book.pub_house %}{% trans '出版社:' %}{{ book.pub_house }}{% endif %}
{% if book.rating %}
{% trans '评分: ' %}
{% endif %}