{% load thumbnail %}

{{ name }}

{% if venues %}
Based in: {% for v in venues %} {{ v.city.name }}{% if not forloop.last %}, {% endif %} {% endfor %}
{% endif %} {% if founded %}
Founded: {{ founded }}
{% endif %} {% if languages %}
Languages we work in: {% for l in languages %} {{ l.name }}{% if not forloop.last %}, {% endif %} {% endfor %}

{% endif %}

{{ about }}

{% if tel %}

{{ tel }}

{% endif %} {% if website %}
{{ website.url }}
{% endif %}
Contact


{% if awards %}
Awards
{% for award in awards %}
{{ award.title }} {% if award.year %}, {{ award.year }} {% endif %} {% if award.link %}, link {% endif %}
{% endfor %}

{% endif %} {% if buzzitems %}
More about us
{% for item in buzzitems %} {{ item.title }}
{{ item.blurb }}
{% endfor %} {% endif %}
Members

{% for p in people %}
/static/images/150x150.jpg
{{ p.person.first_name }} {{ p.person.last_name }}
{{ p.person.about|truncatewords:15 }}
{{ p.role }}
{% endfor %}
{% if worked_with_people %}
Worked with

{% for p in worked_with_people %}
{{ p.person }}
{% endfor %} {% endif %}

Plays & more

{% for p in productions %}
{{ p.name }}
{{ p.name }} {% if p.debut_date %} {{ debut_date|date:"Y" }} {% endif %}
{% endfor %}

Workshops (not implemented)

/static/images/150x150.jpg
Name of workshops
One line desc
Current
/static/images/150x150.jpg
Name of workshops
One line desc

More>>

More

/static/images/150x150.jpg
Name of activity (talk, whatever)
One line desc
Current
/static/images/150x150.jpg
Name of activity (talk, whatever)
One line desc
Current
{% 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 %}
{% include 'includes/notes.html' %}

Edit