{% 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.artist role='' max=2 %} {% include '_people.html' with people=item.genre role='流派' max=5 %}
{% endblock brief %} {% block full %}
{% if item.release_date %}发行时间:{{ item.release_date }}{% endif %} {% include '_people.html' with people=item.company role='发行方' max=2 %}
{% if not hide_brief %}{{ item.brief | linebreaksbr }}{% endif %}
{% endblock full %}