{% if item.director %}
{% trans '导演:' %}
{% for director in item.director %}
5 %}style="display: none;"{% endif %}>
{{ director }}
{% if not forloop.last %}/{% endif %}
{% endfor %}
{% if item.director|length > 5 %}
{% trans '更多' %}
{% endif %}
{% endif %}
{% if item.playwright %}
{% trans '编剧:' %}
{% for playwright in item.playwright %}
5 %}style="display: none;"{% endif %}>
{{ playwright }}
{% if not forloop.last %}/{% endif %}
{% endfor %}
{% if item.playwright|length > 5 %}
{% trans '更多' %}
{% endif %}
{% endif %}
{% if item.actor %}
{% trans '主演:' %}
{% for actor in item.actor %}
5 %}style="display: none;"{% endif %}>
{{ actor }}
{% if not forloop.last %}/{% endif %}
{% endfor %}
{% if item.actor|length > 5 %}
{% trans '更多' %}
{% endif %}
{% endif %}
{% if item.genre %}
{% trans '类型:' %}
{% for genre in item.genre %}
{{ genre }}
{% if not forloop.last %}/{% endif %}
{% endfor %}
{% endif %}
{% if item.area %}
{% trans '制片国家/地区:' %}
{% for area in item.area %}
{{ area }}
{% if not forloop.last %}/{% endif %}
{% endfor %}
{% endif %}
{% if item.language %}
{% trans '语言:' %}
{% for language in item.language %}
{{ language }}
{% if not forloop.last %}/{% endif %}
{% endfor %}
{% endif %}
{% with item.all_seasons as seasons %}
{% if seasons %}