{% load thumb %} {% load highlight %} {% load i18n %} {% load l10n %} {% load user_item %} {% current_user_marked_item book as marked %}
  • {% if not marked %} {% endif %}
    {% if editable %}
    {% if not forloop.first %} {% endif %} {% if not forloop.last %} {% endif %}
    {% endif %} {% if book.rating %}
    {{ book.rating }} {% else %}
    {% trans '暂无评分' %}
    {% endif %} {% if book.pub_year %} / {{ book.pub_year }}{% trans '年' %}{% if book.pub_month %}{{book.pub_month }}{% trans '月' %}{% endif %} {% endif %} {% if book.author %} / {% for author in book.author %} {% if request.GET.q %} {{ author | highlight:request.GET.q }} {% else %} {{ author }} {% endif %} {% if not forloop.last %},{% endif %} {% endfor %} {% endif %} {% if book.translator %} / {% trans '翻译' %}: {% for translator in book.translator %} {% if request.GET.q %} {{ translator | highlight:request.GET.q }} {% else %} {{ translator }} {% endif %} {% if not forloop.last %},{% endif %} {% endfor %} {% endif %} {% if book.subtitle %} / {% trans '副标题' %}: {% if request.GET.q %} {{ book.subtitle | highlight:request.GET.q }} {% else %} {{ book.subtitle }} {% endif %} {% endif %} {% if book.orig_title %} / {% trans '原名' %}: {% if request.GET.q %} {{ book.orig_title | highlight:request.GET.q }} {% else %} {{ book.orig_title }} {% endif %} {% endif %}

    {{ book.brief }}

    {% for tag_dict in book.top_tags %} {{ tag_dict.content }} {% endfor %}
    {% if mark %}
    • {% if mark.rating %} {% endif %} {% if mark.visibility > 0 %} {% endif %} {% trans '于' %} {{ mark.created_time }} {% if status == 'reviewed' %} {% trans '评论' %}: {{ mark.title }} {% else %} {% trans '标记' %} {% endif %} {% if mark.text %}

      {{ mark.text }}

      {% endif %}
    {% endif %} {% if collectionitem %}
    • {% include "show_item_comment.html" %}

    {% endif %}