{% 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.author role='author' max=2 %} {% include '_people.html' with people=item.translator role='translator' max=2 %} {% include '_people.html' with people=item.director role='director' max=2 %} {% include '_people.html' with people=item.hosts role='' max=2 %} {% include '_people.html' with people=item.artist role='' max=2 %} {% include '_people.html' with people=item.developer role='' max=2 %} {% if item.pub_house %}{{ item.pub_house }}{% endif %} {% if item.pub_year %} {{ item.pub_year }} {% if item.pub_month %}-{{ item.pub_month }}{% endif %} {% endif %} {% if item.release_date %}{{ item.release_date }}{% endif %} {% include '_people.html' with people=item.genre role='' max=2 %} {% include '_people.html' with people=item.troupe role='' max=2 %} {% include '_people.html' with people=item.location role='' max=2 %} {% comment %} {% include '_people.html' with people=item.language role='' max=5 %} {% endcomment %} {% include '_people.html' with people=item.platform role='' max=5 %} {% if item.show %} {{ item.show.type.label }}: {{ item.show.display_title }} {% endif %}
{% endblock brief %} {% block full %}
{% if not hide_brief %}{{ item.brief | linebreaksbr }}{% endif %}
{% endblock full %}