{% extends "_item_card_metadata_base.html" %} {% load humanize %} {% load i18n %} {% block brief %}
{% if item.rating %} {{ item.rating | floatformat:1 }} ({{ item.rating_count }}人评分) {% endif %} {% if item.other_title %} {% include '_people.html' with people=item.other_title role='又名' max=2 %} {% endif %} {% if item.release_date %}{{ item.release_date }}{% endif %}
{% endblock brief %} {% block full %}
{% include '_people.html' with people=item.genre role='类型' max=2 %} {% include '_people.html' with people=item.platform role='平台' max=5 %} {% include '_people.html' with people=item.developer role='研发' max=2 %} {% include '_people.html' with people=item.publisher role='发行' max=2 %}
{% if not hide_brief %}{{ item.brief | linebreaksbr }}{% endif %}
{% endblock full %}