{{ 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.name }} {% if work.is_main %} Primary occupation {% endif %}
{% endfor %}
{% endif %}
{% if trainings %}
Trainings:
{% for training in trainings %}
- {{ training }} {{ training.title }} {{ training.desc }} {{ training.person }} {{ training.area }} {{ training.with_whom }} {{ training.where }} {{ training.from_when }} {{ training.until_when }}
{% for loc in training.locations %} {{ loc.city }} {% endfor %}
{% endfor %}
{% endif %}
{% if venues %}
Venues:
{% for elem in venues %}
- {{ elem.city }}
{% endfor %}
{% endif %}
{% if buzzitems %}
{% 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 %}
{% endif %}
Title of each production links to "Productions" page.
{% if productions %}
{% endif %}
Photos & Videos. There should be a clear demarcation between Photos and Videos
{% if awards %}
{% 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 %}
-
{% if elem.url %}
{% endif %}
{{ elem.title }}
{% if elem.url %}
{% endif %}
-
{% if elem.thumbnail %}
{{ elem.thumbnail }}
{% endif %}
-
{% if elem.desc %}
{{ elem.desc }}
{% endif %}
-
{{ elem.fil }}
- {{ elem.url }}
{% 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 %}
{% endif %}