{% load static %} {% load i18n %} {% load admin_url %} {% load mastodon %} {% load oauth_token %} {% load truncate %} {% load highlight %} {% load thumb %} {% trans 'NiceDB - ' %}{{ book.title }}{% trans '的标记' %}
{% include "partial/_navbar.html" %}
{{ 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 %}
  • {% empty %}
    {% trans '无结果' %}
    {% endfor %}
{{ 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 '评分: ' %} {{ book.rating }} {% endif %}
{% include "partial/_footer.html" %}
{% comment %} {% endcomment %}