{% if prod.opening_date %}
{{ prod.opening_date }}
{% if prod.closing_date %}~ {{ prod.closing_date }}{% endif %}
{% endif %}
{% include '_people.html' with people=prod.troupe _role='剧团' max=2 %}
{% include '_people.html' with people=prod.location _role='上演剧院' max=2 %}
{% include '_people.html' with people=prod.language _role='语言' max=5 %}
{% include '_people.html' with people=prod.orig_creator role='原作' max=2 %}
{% include '_people.html' with people=prod.director role='导演' max=2 %}
{% include '_people.html' with people=prod.playwright role='编剧' max=2 %}
{% include '_actor.html' with people=prod.actor role='演员' max=5 %}
{% include '_people.html' with people=prod.performer role='表演者' max=5 %}
{% include '_people.html' with people=prod.composer role='作曲' max=2 %}
{% include '_people.html' with people=prod.choreographer role='编舞' max=2 %}