+ {% endif %}
{% include '_people.html' with people=item.genre role='类型' max=2 %}
{% include '_people.html' with people=item.playwright role='编剧' max=2 %}
{% include '_people.html' with people=item.composer role='作曲' max=2 %}
diff --git a/catalog/templates/_item_card_metadata_performanceproduction.html b/catalog/templates/_item_card_metadata_performanceproduction.html
index 72d290b9..67c794b6 100644
--- a/catalog/templates/_item_card_metadata_performanceproduction.html
+++ b/catalog/templates/_item_card_metadata_performanceproduction.html
@@ -3,7 +3,9 @@
{% load i18n %}
{% block brief %}
- {% if item.rating %}
{{ item.rating | floatformat:1 }}分({{ item.rating_count }}人){% endif %}
+ {% if item.rating %}
+
{{ item.rating | floatformat:1 }}分({{ item.rating_count }}人)
+ {% endif %}
{% include '_people.html' with people=item.genre role='类型' max=2 %}
{% include '_people.html' with people=item.language role='语言' max=5 %}
{% include '_people.html' with people=item.troupe role='剧团' max=2 %}
diff --git a/catalog/templates/_item_card_metadata_podcast.html b/catalog/templates/_item_card_metadata_podcast.html
index 85dbbd2d..fdb7ba78 100644
--- a/catalog/templates/_item_card_metadata_podcast.html
+++ b/catalog/templates/_item_card_metadata_podcast.html
@@ -3,7 +3,9 @@
{% load i18n %}
{% block brief %}
- {% if item.rating %}{{ item.rating | floatformat:1 }}分({{ item.rating_count }}人){% endif %}
+ {% if item.rating %}
+ {{ item.rating | floatformat:1 }}分({{ item.rating_count }}人)
+ {% endif %}
{% include '_people.html' with people=item.hosts role='主播' max=5 %}
{% endblock brief %}
diff --git a/catalog/templates/_item_card_metadata_tvseason.html b/catalog/templates/_item_card_metadata_tvseason.html
index 2e6c0601..170123ca 100644
--- a/catalog/templates/_item_card_metadata_tvseason.html
+++ b/catalog/templates/_item_card_metadata_tvseason.html
@@ -3,7 +3,9 @@
{% load i18n %}
{% block brief %}
- {% if item.rating %}{{ item.rating | floatformat:1 }}分({{ item.rating_count }}人){% endif %}
+ {% if item.rating %}
+ {{ item.rating | floatformat:1 }}分({{ item.rating_count }}人)
+ {% endif %}
{% include '_people.html' with people=item.director role='导演' max=2 %}
{% include '_people.html' with people=item.actor role='主演' max=2 %}
diff --git a/catalog/templates/_item_card_metadata_tvshow.html b/catalog/templates/_item_card_metadata_tvshow.html
index 2e6c0601..170123ca 100644
--- a/catalog/templates/_item_card_metadata_tvshow.html
+++ b/catalog/templates/_item_card_metadata_tvshow.html
@@ -3,7 +3,9 @@
{% load i18n %}
{% block brief %}
- {% if item.rating %}{{ item.rating | floatformat:1 }}分({{ item.rating_count }}人){% endif %}
+ {% if item.rating %}
+ {{ item.rating | floatformat:1 }}分({{ item.rating_count }}人)
+ {% endif %}
{% include '_people.html' with people=item.director role='导演' max=2 %}
{% include '_people.html' with people=item.actor role='主演' max=2 %}
diff --git a/catalog/templates/item_base.html b/catalog/templates/item_base.html
index 1d51a029..725b63e5 100644
--- a/catalog/templates/item_base.html
+++ b/catalog/templates/item_base.html
@@ -279,7 +279,7 @@
{% endif %}