{{ book.title }}{% trans ' 的标记' %}
-
{% for mark in marks %}
{{ mark.owner.username }}
{{ mark.get_status_display }}
{% if mark.rating %}
{% endif %}
{% if mark.is_private %}
{% endif %}
{{ mark.edited_time }}
{% if mark.text %}
{{ mark.text }}
{% endif %}{{ book.title }}
{% if book.isbn %}ISBN: {{ book.isbn }}
{% endif %}
{% if book.pub_house %}{% trans '出版社:' %}{{ book.pub_house }}{% endif %}
{% if book.rating %}
{% trans '评分: ' %}
{% endif %}