{% load static %} {% load i18n %} {% load admin_url %} {% load mastodon %} {% load oauth_token %} {% load truncate %} {% load highlight %} {% trans 'Nicedb - 搜索结果' %}
{{ 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 }}
{% if book.isbn %}
ISBN: {{ book.isbn }}
{% endif %}
{% if book.pub_house %}{% trans '出版社:' %}{{ book.pub_house }}{% endif %}
{% if book.rating %} {% trans '评分: ' %} {% endif %}
{% comment %} {% endcomment %}