{{ movie.title }}{% trans ' 的标记' %}
-
{% for mark in marks %}
-
{{ mark.owner.username }}
{{ mark.get_status_display }}
{% if mark.rating %}
{% endif %}
{% if mark.is_private %}
{% endif %}
{{ mark.edited_time }}
{% if mark.text %}
{{ mark.text }}
{% endif %}
{% empty %}
{% trans '无结果' %}
{% endfor %}
{% if marks.pagination.has_prev %}
«
‹
{% endif %}
{% for page in marks.pagination.page_range %}
{% if page == marks.pagination.current_page %}
{{ page }}
{% else %}
{{ page }}
{% endif %}
{% endfor %}
{% if marks.pagination.has_next %}
›
»
{% endif %}
{% 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.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 '评分: ' %}
{% endif %}