project/templates/registration/regstats.html
changeset 342 21dc37050a37
parent 253 09ec121a7ebf
child 344 47db5bd2a791
--- a/project/templates/registration/regstats.html	Wed Dec 08 23:18:35 2010 +0530
+++ b/project/templates/registration/regstats.html	Thu Dec 09 19:08:12 2010 +0530
@@ -22,5 +22,16 @@
  <td>Sprint</td>
  <td>{{ sprint_num }}</td>
 </tr>
+{% for acco in acco_days %}
+  <tr>
+   <td>Accommodation on {{ forloop.counter|add:"11" }}</td>
+   <td>{{ acco }}</td>
+  </tr>
+ {% endfor %}
 </table>
+
+
+To download PDF
+<a href="{% url scipycon_regstats_download params.scope %}">here</a>
+
 {% endblock content %}