diff -r 29ecd3dd6565 -r 4cff1f43e4e1 project/templates/user/dump.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/project/templates/user/dump.html Thu Nov 18 01:20:54 2010 +0530 @@ -0,0 +1,126 @@ + + + + +Dump + + + + + + + + + + +
+ +

Dump

+ + +
+

Table of Contents

+ +
+ +
+

1 Scipy Dump 12 Nov 6:34

+
+ + +
    +
  • +Gender - '–' in case not specified +
  • +
  • +C - Conference +
  • +
  • +S - Sprints +
  • +
  • +T - Tutorial +
  • +
  • +L - Bring a Laptop + + + ++ + + + +{% for row in rows %} + + +{% endfor %} +
    first namelast nameGenderCityOrganizationOccupationCSTL
    {{ row.first_name }}{{ row.last_name }}{{ row.sex }}{{ row.city }}{{ row.organization }}{{ row.occupation }}{{ row.conference }}{{ row.sprint }}{{ row.tutorial }}{{ row.wifi }}
    + +
  • +
+
+
+
+ +