{% load thumbnail %}

{{ title }}

{% if author %}
Writer: {{ author }}
{% endif %} {% if language %}
Language: {{ language }}
{% endif %} {% if approx_duration %}
Approximate duration: {{ approx_duration }} minutes
{% endif %} {% if no_characters %}
No of characters: {{ no_characters }} - Female: {{ no_of_women }}, Male: {{ no_of_men }}
{% endif %}
{{ synopsis }}

Licenses:

This script may be accessed under the following Creative Commons Licenses:

Adaptation License: {{ license_adapt.name }}

{{ license_adapt.short_description|linebreaksbr }} Does this need to be an accordion?

Read legal version

Performance License: {{ license_perform.name }}

{{ license_perform.short_description|linebreaksbr }}

Read legal version


{% if script_file %} Download {% endif %}

Productions

{% if sibling_productions %} {% for p in sibling_productions %}
{{ p.name }}
{{ p.name }} {% if p.group %}
Group: {{ p.group.name }}
{% endif %}
{{ p.synopsis|truncatewords:20 }}
{% endfor %} {% else %}

No productions for this script.

{% endif %}

Related Productions

{% if related_productions %} {% for p in related_productions %}
{{ p.name }}
{{ p.name }} {% if p.group %}
Group: {{ p.group.name }}
{% endif %}
{{ p.synopsis|truncatewords:20 }}
{% endfor %} {% else %}

No related productions

{% endif %}
{% if related_people %}
{% for r in related_people %}
{{ r.person.first_name }} {{ r.person.last_name }}
{% if r.person.get_absolute_url %} {{ r.person.first_name }} {{ r.person.last_name }} {% else %}
{{ r.person }}
{% endif %}
{{ r.role }}: {{ r.assoc_name }}
{% endfor %}
{% endif %}
{% include 'includes/notes.html' %}
{% if resources %}
{% for r in resources %}
{{ r.title }}
{{ r.desc }}
{% if r.url %}
{{ r.url }}
{% endif %} {% if r.fil %} Download {% endif %}
{% if r.thumbnail %} {% thumbnail r.thumbnail "150x150" crop="center" as thumb %} {% endthumbnail %} {% else %} /static/images/150x150.jpg {% endif %}
{% endfor %}
{% endif %}
Edit