{% load static %} {% load i18n %} {% load l10n %} {% load humanize %} {% load admin_url %} {% load mastodon %} {% load oauth_token %} {% load truncate %} {% load thumb %} {% trans 'NiceDB - ' %}{{ title }}
{% include "partial/_navbar.html" %}
{% 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.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.genre %}{% trans '类型:' %} {% for genre in movie.get_genre_display %} {{ genre }}{% if not forloop.last %} / {% endif %} {% endfor %} {% endif %}
{% if movie.actor %}{% trans '主演:' %} {% for actor in movie.actor %} 5 %}style="display: none;" {% endif %}> {{ actor }} {% if not forloop.last %} / {% endif %} {% if forloop.counter <= 5 %} {% endif %} {% endfor %} {% if movie.actor|length > 5 %} {% trans '更多' %} {% endif %} {% endif %}
{% if movie.showtime %}{% trans '上映时间:' %} {% for showtime in movie.showtime %} {% for time, region in showtime.items %} {{ time }}({{ region }}) {% endfor %} {% if not forloop.last %} / {% endif %} {% endfor %} {% endif %}
{% if movie.rating %} {% trans '评分:' %} {{ movie.rating }} {% endif %}
{% csrf_token %} {{ form.movie }}
{{ form.title.label }}
{{ form.title }}
{{ form.content.label }} {% trans '预览' %}
{{ form.content }}
{% trans '不知道什么是Markdown?可以参考' %}{% trans '这里' %}
{{ form.is_private.label }}{{ form.is_private }}
{{ form.media }}
{% include "partial/_footer.html" %}
{% comment %} {% endcomment %}