{% extends "_item_card_metadata_base.html" %} {% load humanize %} {% load i18n %} {% block brief %}
{% if item.rating %} {{ item.rating | floatformat:1 }} ({{ item.rating_count }} {% trans "ratings" %}) {% endif %} {% include '_people.html' with people=item.artist role='' max=2 %} {% include '_people.html' with people=item.genre role='genre' max=5 %}
{% endblock brief %} {% block full %}
{% if item.release_date %} {% trans "release date" %} {{ item.release_date }} {% endif %} {% include '_people.html' with people=item.company role='publisher' max=2 %}
{% if not hide_brief %}{{ item.display_description | linebreaksbr }}{% endif %}
{% endblock full %}