app/soc/templates/soc/survey/list/results_heading.html
changeset 2422 44c500fc0eca
child 2660 e2654d53a643
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/app/soc/templates/soc/survey/list/results_heading.html	Fri Jun 26 21:58:12 2009 +0200
@@ -0,0 +1,16 @@
+<tr align="left">
+  {% for property in properties %}
+    <th>{{ property }}</th>
+  {% endfor %}
+  <th>Taken By</th>
+
+  <th>Created On</th>
+
+  <th>Last Modified</th>
+
+  <th>Answer</th>
+
+  {% if grades %}
+    <th>Grade</th>
+  {% endif %}
+</tr>