Production name:
{{ name }}
{% if anecdotes %}
Anecdotes
{{ anecdotes }}
{% endif %}
{% if group %}
Group:
{{ group.name }}
{% endif %}
{% if director %}
Director:
{{ director.get_title }}
{% endif %}
{% if playwright %}
Playwright:
{{ playwright.get_title }}
{% endif %}
{% if languages %}
Languages:
{% for elem in languages %}
-
{{ elem.name }}
{% endfor %}
{% endif %}
{% if awards %}
{% endif %}
{% if buzzitems %}
{% endif %}
{% if sibling_productions %}
Productions based on the same script:
{% endif %}
{% if related_productions %}
Productions based on adaptations of the script:
{% endif %}
Edit