{% if item.rating %}
{{ item.rating | floatformat:1 }} ({{ item.rating_count }} {% trans "ratings" %})
{% endif %}
{% include '_people.html' with people=item.genre role='genre' max=2 %}
{% include '_people.html' with people=item.playwright role='playwright' max=2 %}
{% include '_people.html' with people=item.composer role='composer' max=2 %}
{% include '_people.html' with people=item.choreographer role='choreographer' max=2 %}
{% include '_people.html' with people=item.orig_creator role='original creator' max=2 %}
{% endblock brief %}
{% block full %}
{% include '_people.html' with people=item.additional_title role='other title' max=2 %}
{% include '_people.html' with people=item.language role='language' max=5 %}
{% include '_people.html' with people=item.troupe role='troupe' max=2 %}
{% include '_people.html' with people=item.location role='theater' max=2 %}
{% include '_people.html' with people=item.director role='director' max=2 %}
{% include '_actor.html' with people=item.actor role='actor' max=5 %}
{% include '_people.html' with people=item.performer role='performer' max=5 %}
{% if not hide_brief %}{{ item.brief | linebreaksbr }}{% endif %}