{% if item.is_deleted %}[DELETED]{% endif %}
{% if item.merged_to_item %}
[MERGED TO {{ item.merged_to_item.title }}]
{% endif %}
{{ item.title }} {% if item.season_number %} {% trans '第' %}{{ item.season_number|apnumber }}{% trans '季' %} {% endif %} {% if item.year %}({{ item.year }}){% endif %}
{% for res in item.external_resources.all %} {{ res.site_name.label }} {% endfor %}此类数据尚未支持
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 | default:"" }}
{% endif %}
{% endif %}
{% 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.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 }}
{% else %}暂缺
{% endif %} {% block content %}{% endblock %}短评 {% if request.user.is_authenticated %} | {% trans '全部标记' %} | 关注的人的标记 {% endif %}
{% if request.user.is_authenticated %}登录后可见
{% endif %}{% trans '评论' %} {% comment %} {% if request.user.is_authenticated %} | {% trans '全部评论' %} {% endif %} {% endcomment %}
{% if request.user.is_authenticated %}登录后可见
{% endif %}