{% load thumb %} {% load highlight %} {% load i18n %} {% load l10n %} {% load humanize %} {% load neo %} {% current_user_marked_item movie as marked %}
  • {% if not marked %} {% endif %}
    {% if editable %}
    {% if not forloop.first %} {% endif %} {% if not forloop.last %} {% endif %}
    {% endif %} {% if movie.rating %}
    {{ movie.rating }} {% else %}
    {% trans '暂无评分' %}
    {% endif %} {% if movie.director %}{% trans '导演' %}: {% for director in movie.director %} {% if request.GET.q %} {{ director | highlight:request.GET.q }} {% else %} {{ director }} {% endif %} {% if not forloop.last %},{% endif %} {% endfor %}/ {% 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 %}> {% if request.GET.q %} {{ actor | highlight:request.GET.q }} {% else %} {{ actor }} {% endif %} {% if forloop.counter <= 5 %} {% if not forloop.counter == 5 and not forloop.last %} {% endif %} {% endif %} {% endfor %} {% endif %}

    {{ movie.brief }}

    {% for tag_dict in movie.top_tags %} {{ tag_dict.content }} {% endfor %}
    {% if mark %}
    • {% if mark.rating %} {% endif %} {% if mark.visibility > 0 %} {% endif %} {% trans '于' %} {{ mark.created_time }} {% if status == 'reviewed' %} {% trans '评论' %}: {{ mark.title }} {% else %} {% trans '标记' %} {% endif %} {% if mark.text %}

      {{ mark.text }}

      {% endif %}
    {% endif %} {% if collectionitem %}
    • {% include "show_item_comment.html" %}

    {% endif %}