diff -r bc29a1bb4010 -r 21dc37050a37 project/templates/registration/regstats.html --- 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 @@ Sprint {{ sprint_num }} +{% for acco in acco_days %} + + Accommodation on {{ forloop.counter|add:"11" }} + {{ acco }} + + {% endfor %} + + +To download PDF +here + {% endblock content %}