{% load static %} {% load i18n %} {% load l10n %} {% load humanize %} {% load admin_url %} {% load mastodon %} {% load oauth_token %} {% load truncate %} {% trans 'NiceDB - 删除电影/剧集' %}
{% include "partial/_navbar.html" %}
{% trans '确认删除这部电影/剧集吗?相关评论和标记将一并删除。' %}
{% if movie.season %} {{ movie.title }} {% trans '第' %}{{ movie.season|apnumber }}{% trans '季' %} {{ movie.orig_title }} Season {{ movie.season }} {% if movie.year %}({{ movie.year }}){% endif %} {% else %} {{ movie.title }} {{ movie.orig_title }} {% if movie.year %}({{ movie.year }}){% endif %} {% endif %} {{ movie.get_source_site_display }}
{% if movie.rating %} {% trans '评分:' %} {{ movie.rating }} {% else %} {% trans '评分:暂无评分' %} {% endif %} {% if movie.last_editor %}
{% trans '最近编辑者:' %} {{ movie.last_editor | default:"" }}
{% endif %}
{% trans '上次编辑时间:' %}{{ movie.edited_time }}
{% if movie.movie_marks.all %}
{% trans '这个条目有' %} {{ movie.movie_marks.count }} 个标记
{% endif %} {% if movie.movie_reviews.all %}
{% trans '这个条目有' %} {{ movie.movie_reviews.count }} 个评论
{% endif %}
{% csrf_token %}
{% include "partial/_footer.html" %}
{% comment %} {% endcomment %}