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 %}
Edit