{% load static %} {% load i18n %} {% load l10n %} {% load humanize %} {% load admin_url %} {% load mastodon %} {% load oauth_token %} {% load truncate %} {% load strip_scheme %} {% if movie.is_series %} {% trans 'NiceDB - 剧集详情' %} | {{ movie.title }} {% else %} {% trans 'NiceDB - 电影详情' %} | {{ movie.title }} {% endif %}
{% include "partial/_navbar.html" %}
{{ movie.title }}
{% 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 %} {{ movie.rating }} {% else %} {% trans '评分:暂无评分' %} {% endif %}
{% if movie.imdb_code %} {% trans 'IMDb:' %}{{ movie.imdb_code }} {% endif %}
{% if movie.director %}{% trans '导演:' %} {% for director in movie.director %} 5 %}style="display: none;" {% endif %}> {{ director }} {% if not forloop.last %} / {% endif %} {% endfor %} {% if movie.director|length > 5 %} {% trans '更多' %} {% endif %} {% endif %}
{% if movie.playwright %}{% trans '编剧:' %} {% for playwright in movie.playwright %} 5 %}style="display: none;" {% endif %}> {{ playwright }} {% if not forloop.last %} / {% endif %} {% endfor %} {% if movie.playwright|length > 5 %} {% trans '更多' %} {% endif %} {% endif %}
{% if movie.actor %}{% trans '主演:' %} {% for actor in movie.actor %} 5 %}style="display: none;"{% endif %}> {{ actor }} {% if not forloop.last %} / {% endif %} {% endfor %} {% if movie.actor|length > 5 %} {% trans '更多' %} {% endif %} {% endif %}
{% if movie.genre %}{% trans '类型:' %} {% for genre in movie.get_genre_display %} {{ genre }}{% if not forloop.last %} / {% endif %} {% endfor %} {% endif %}
{% if movie.area %}{% trans '制片国家/地区:' %} {% for area in movie.area %} {{ area }}{% if not forloop.last %} / {% endif %} {% endfor %} {% endif %}
{% if movie.language %}{% trans '语言:' %} {% for language in movie.language %} {{ language }}{% if not forloop.last %} / {% endif %} {% endfor %} {% endif %}
{% if movie.duration %}{% trans '片长:' %}{{ movie.duration }}{% endif %}
{% if movie.season %}{% trans '季数:' %}{{ movie.season }}{% endif %}
{% if movie.episodes %}{% trans '集数:' %}{{ movie.episodes }}{% endif %}
{% if movie.single_episode_length %}{% trans '单集长度:' %}{{ movie.single_episode_length }}{% endif %}
{% if movie.showtime %}{% trans '上映时间:' %} {% for showtime in movie.showtime %} {% for time, region in showtime.items %} {{ time }}{% if region != '' %}({{ region }}){% endif %} {% endfor %} {% if not forloop.last %} / {% endif %} {% endfor %} {% endif %}
{% if movie.other_title %}{% trans '又名:' %} {% for other_title in movie.other_title %} {{ other_title }}{% if not forloop.last %} / {% endif %} {% endfor %} {% endif %}
{% if movie.site %}{% trans '网站:' %} {{ movie.site|strip_scheme }} {% endif %}
{% if movie.other_info %} {% for k, v in movie.other_info.items %}
{{k}}:{{v}}
{% endfor %} {% endif %} {% if movie.last_editor %}
{% trans '最近编辑者:' %}{{ movie.last_editor | default:"" }}
{% endif %}
{% if movie.is_series %} {% trans '编辑这部剧集' %} {% else %} {% trans '编辑这部电影' %} {% endif %} {% if user.is_staff %} / {% trans '删除' %} {% endif %}
{% for tag_dict in movie_tag_list %} {% for k, v in tag_dict.items %} {% if k == 'content' %} {{ v }} {% endif %} {% endfor %} {% endfor %}
{% trans '简介' %}
{% if movie.brief %}

{{ movie.brief | linebreaksbr }}

{% else %}
{% trans '暂无简介' %}
{% endif %}
{% if movie.contents %}
{% trans '目录' %}

{{ movie.contents | linebreaksbr }}

{% endif %}
{% if movie.is_series %}
{% trans '这部剧集的标记' %}
{% else %}
{% trans '这部电影的标记' %}
{% endif %} {% if mark_list_more %} {% trans '更多' %} {% endif %} {% if mark_list %}
    {% for others_mark in mark_list %}
  • {{ others_mark.owner.username }} {{ others_mark.get_status_display }} {% if others_mark.rating %} {% endif %} {% if others_mark.is_private %} {% endif %} {{ others_mark.edited_time }} {% if others_mark.text %}

    {{ others_mark.text }}

    {% endif %}
  • {% endfor %}
{% else %}
{% trans '暂无标记' %}
{% endif %}
{% if movie.is_series %}
{% trans '这部剧集的评论' %}
{% else %}
{% trans '这部电影的评论' %}
{% endif %} {% if review_list_more %} {% trans '更多' %} {% endif %} {% if review_list %} {% else %}
{% trans '暂无评论' %}
{% endif %}
{% if mark %}
{% trans '我' %}{{ mark.get_status_display }} {% if mark.status == status_enum.DO.value or mark.status == status_enum.COLLECT.value%} {% if mark.rating %} {% endif %} {% endif %} {% if mark.is_private %} {% endif %} {% trans '修改' %}
{% csrf_token %} {% trans '删除' %}
{{ mark.edited_time }}
{% if mark.text %}

{{ mark.text }}

{% endif %}
{% for tag in mark_tags %} {{ tag }} {% endfor %}
{% else %}
{% if movie.is_series %}
{% trans '标记这部剧集' %}
{% else %}
{% trans '标记这部电影' %}
{% endif %}
{% endif %}
{% if review %}
{% trans '我的评论' %} {% if review.is_private %} {% endif %} {% trans '编辑' %} {% trans '删除' %}
{{ review.edited_time }}
{{ review.title }}
{% else %}
{% trans '我的评论' %}
{% endif %}
{% include "partial/_footer.html" %}