{% if prod.opening_date %}
{{ prod.opening_date }}
{% if prod.closing_date %}~ {{ prod.closing_date }}{% endif %}
{% endif %}
{% include '_people.html' with people=prod.troupe _role='troupe' max=2 %}
{% include '_people.html' with people=prod.location _role='production theater' max=2 %}
{% include '_people.html' with people=prod.language _role='language' max=5 %}
{% include '_people.html' with people=prod.director role='director' max=2 %}
{% include '_people.html' with people=prod.playwright role='playwright' max=2 %}
{% include '_actor.html' with people=prod.actor role='actor' max=5 %}
{% include '_people.html' with people=prod.performer role='performer' max=5 %}
{% include '_people.html' with people=prod.composer role='composer' max=2 %}
{% include '_people.html' with people=prod.choreographer role='choreographer' max=2 %}