{% load static %} {% load i18n %} {% load l10n %} {% load humanize %} {% load admin_url %} {% load mastodon %} {% load oauth_token %} {% load truncate %} {% load strip_scheme %} {% load thumb %} {% load user_actions %} {% load duration %} {% if item.has_cover %}{% endif %} {% if item.is_deleted or item.merged_to_item %}{% endif %} {{ site_name }} - {% trans item.category.label %} | {{ item.display_title }} {% include "common_libs.html" with jquery=0 v2=1 %} {% block head %}{% endblock %} {% include "_header.html" %}
{% if item.is_deleted %}[DELETED]{% endif %} {% if item.merged_to_item %} [MERGED TO {{ item.merged_to_item.title }}] {% endif %}

{{ item.display_title }} {% if item.year %}({{ item.year }}){% endif %}

{% for res in item.external_resources.all %} {{ res.site_label }} {% endfor %}
{{ item.title }}
{% if request.user.is_authenticated and not mark.shelf_type %}
{% for k, v in shelf_types %} {% if v %} {% endif %} {% endfor %}
{% endif %} {% if request.user.is_authenticated and mark.shelf_type %}
{% endif %}
{% if request.user.is_authenticated %} {% include "_item_user_pieces.html" %} {% else %}

登录后可管理标记收藏

{% endif %} {% block sidebar %}{% endblock %} {% if collection_list %}
相关收藏单
{% for c in collection_list %}

{{ c.title }} {% if c.visibility > 0 %}{% endif %}

{% endfor %}
{% endif %}
{% block details %}
此类数据尚未支持
uuid: {{ item.uuid }}
class: {{ item.class_name }}
category: {{ item.category }}
{% endblock %} {% if request.user.is_authenticated %}
{% if item.last_editor and item.last_editor.preference.show_last_edit %} {% trans '最近编辑:' %} {{ item.last_editor.display_name | default:"" }} {% endif %}
{% endif %}

{{ item.rating | floatformat:1 }} / 10

{{ item.rating_count }}个评分

评分人数不足
{% for tag in item.tags %} {{ tag }} {% endfor %}
{% block left_sidebar %}{% endblock %}
{% if item.subtitle %}

{{ item.subtitle }}

{% endif %} {% if item.orig_title %}

{{ item.orig_title }} {% if item.season_number %}Season {{ item.season_number }}{% endif %}

{% endif %} {% if item.parent_item %}

{% trans '所属' %}{{ item.parent_item.type.label }}: {{ item.parent_item.title }}

{% endif %} {% if item.author or item.translator %}

{% include '_people.html' with people=item.author _role='作者' max=2 %}    {% include '_people.html' with people=item.translator role='译者' max=2 %}

{% endif %}
简介
{% if item.brief %}

{{ item.brief | linebreaksbr }}

{% elif item.parent_item.brief %}

{{ item.parent_item.brief | linebreaksbr }}

{% else %}

暂缺

{% endif %} {% block content %}{% endblock %}
{% if request.user.is_authenticated %}
短评 | {% trans '全部标记' %} | {% trans '关注的人的标记' %}
{% else %}
短评

登录后可见

{% endif %}
{% trans '评论' %} {% comment %} {% if request.user.is_authenticated %} | {% trans '全部评论' %} {% endif %} {% endcomment %}
{% if request.user.is_authenticated %}
{% else %}

登录后可见

{% endif %}
{% include "_footer.html" %}