diff -r 621d1b4200d2 -r a370c5796d08 template/submission.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/template/submission.html Wed Jan 20 14:19:50 2010 +0530 @@ -0,0 +1,73 @@ + + + + +Workshop Registrations + + + + + + + + +
+ +
+

+ {% block content %} + + + + + + + + + {% for participant in participants %} + + + + + + + + {% endfor %} +
Serial Number Name Language Category File
{{ forloop.counter }}{{ participant.participant.name }}{{ participant.participant.language }}{{ participant.participant.category }}{{ participant.file_name }}
+ {% endblock %} +

+
+ +
 
+
+ + + + + +