From cb080d5a5f402fdcf5c298d677099bdc883296d2 Mon Sep 17 00:00:00 2001 From: Sanj Date: Wed, 21 Sep 2011 19:28:28 +0530 Subject: [PATCH] meeting data --- itf/templates/modules/festival/meeting.html | 138 ++++++++++++++++++-- 1 file changed, 127 insertions(+), 11 deletions(-) diff --git a/itf/templates/modules/festival/meeting.html b/itf/templates/modules/festival/meeting.html index 0f820a6..37800ca 100644 --- a/itf/templates/modules/festival/meeting.html +++ b/itf/templates/modules/festival/meeting.html @@ -1,43 +1,159 @@
-
- Organised 50 years after the original Drama Seminar in 1957, the Not the Drama Seminar (NTDS) brought together theatre practitioners from all across the country to convene at Ninasam, Heggodu in March 2008. This seminar meditated on the nature of theatre in India today, on how we got to where we are. The attempt was to understand 'Indian Theatre' in all its multiplicity and diversity, bringing these several faces of Indian theatre face to face, and problemetize the issues that arise therein. These ideas were exchanged through a series of presentations and discussions over five days, and each day ended with a performance. -
-
- b +
+ {{ meeting.intro }} +
+ + {% ifnotequal sessions|length 0 %} +
+

Programme

+
+ {% for s in sessions %} +
+
+ {{ s.title|title }} +
+
+
+ {{ s.intro|linebreaksbr }} +
+ {% ifnotequal s.talks|length 0 %} +
    + {% for talk in s.talks %} +
  • + + {% for d in talk.documents %} + + + + + + {% endfor %} + {% for a in talk.audio %} + + + + + + {% endfor %} + {% for v in talk.video %} + + + + + + {% endfor %} + +    {{ talk.title }} by {{ talk.presenter }} +
  • + {% endfor %} +
+ {% endifnotequal %} +
+
+ {% endfor %} +
+
+ {% endifnotequal %} + + {% ifnotequal documents|length 0%} +
+

Reading Materials

+
+ {% for d in documents %} +
+ +
+ {{ d.intro }} +
+
+ {% endfor %} +
+
+ {% endifnotequal %} + +{% comment %} + {% ifnotequal imagegallery|length 0 %} + + {% endifnotequal %} +{% endcomment %} + + {% ifnotequal participants|length 0 %} +
+

Participant List

+
+ {% for p in participants %} +
+ +
+ {{ p.short_bio }} +
+
+ {% endfor %} +
+
+ {% endifnotequal %} + + +