{% extends "_item_card_metadata_base.html" %} {% load humanize %} {% load i18n %} {% block brief %}
{% if item.rating %} {{ item.rating | floatformat:1 }}分({{ item.rating_count }}人) {% endif %} {% include '_people.html' with people=item.director role='导演' max=2 %} {% include '_people.html' with people=item.actor role='主演' max=2 %}
{% endblock brief %} {% block full %}
{% if item.other_title %} {% include '_people.html' with people=item.other_title role='又名' max=5 %} {% endif %}
{% if not hide_brief %}{{ item.brief | linebreaksbr }}{% endif %}
{% endblock full %}