{% 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.director role='director' max=2 %} {% include '_people.html' with people=item.actor role='actor' max=2 %}
{% endblock brief %} {% block full %}
{% include '_people.html' with people=item.additional_title role='other title' max=2 %}
{% if not hide_brief %}{{ item.brief | linebreaksbr }}{% endif %}
{% endblock full %}