{{ name }}
A brief bio and a history of work. should be able to add photos here
{% if email %}
Email: {{ email }}
{% endif %}
{% if tel %}
Tel: {{ tel }}
{% endif %}
{% if founded %}
Year founded: {{ founded }}
{% endif %}
{% if website %}
Website: {{ website }}
{% endif %}
{% if about %}
About: {{ about }}
{% endif %}
{% if nature_of_work %}
Nature of Work:
{% for work in nature_of_work %}
- {{ work }}
{% endfor %}
{% endif %}
{% if trainings %}
Trainings:
{% for training in trainings %}
- {{ training }}
{% endfor %}
{% endif %}
{% if venues %}
Venues:
{% for elem in venues %}
- {{ elem.name }}
{% endfor %}
{% endif %}
{% if buzzitems %}
Buzz Items:
{% for elem in buzzitems %}
- {{ elem }}
{% endfor %}
{% endif %}
Active Members, Associates, (Fans? - maybe this is a link with a list popout, so they are not perceived as internal to the group). Photos of users on site should show up. We must SEE the community. Noel needs to send a design for tha tab, which will be used across all "People" tabs.
{% if people %}
People:
{% for person in people %}
- {{ person }}
{% endfor %}
{% endif %}
Title of each production links to "Productions" page.
{% if productions %}
Productions:
{% for prod in productions %}
- {{ prod }}
{% endfor %}
{% endif %}
Photos & Videos. There should be a clear demarcation between Photos and Videos
{% if awards %}
Awards:
{% for elem in awards %}
- {{ elem }}
{% endfor %}
{% endif %}
books, CDs, DVDs, scripts - anything the group owns. This can be images, text or links. backend - user should be asked to label the item. Optional
{% if resources %}
Resources:
{% for elem in resources %}
- {{ elem }}
{% endfor %}
{% endif %}
Anything about the group (annotations & anecdotes in a sense). Anybody can add. These are scripts owned by the group. i.e the group is the author.
{% if scripts %}
Scripts:
{% for elem in scripts %}
- {{ elem }}
{% endfor %}
{% endif %}