project/templates/registration/regstats.html
changeset 350 baf939071b60
parent 349 4a07363689b5
child 351 defd9ea5f143
--- a/project/templates/registration/regstats.html	Thu Dec 09 19:34:39 2010 +0530
+++ b/project/templates/registration/regstats.html	Thu Dec 09 19:49:27 2010 +0530
@@ -36,6 +36,18 @@
    <td>{{ acco }}</td>
   </tr>
  {% endfor %}
+ {% for acco_m in acco_male %}
+  <tr>
+   <td>Accommodation on {{ forloop.counter|add:"11" }}(Male)</td>
+   <td>{{ acco_m }}</td>
+  </tr>
+ {% endfor %}
+ {% for acco_f in acco_days %}
+  <tr>
+   <td>Accommodation on {{ forloop.counter|add:"11" }}(Female)</td>
+   <td>{{ acco_f }}</td>
+  </tr>
+ {% endfor %}
 </table>
 
 <br/><br/><br/>