summaryrefslogtreecommitdiff
path: root/project/templates/registration/regstats.html
diff options
context:
space:
mode:
Diffstat (limited to 'project/templates/registration/regstats.html')
-rw-r--r--project/templates/registration/regstats.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/project/templates/registration/regstats.html b/project/templates/registration/regstats.html
index 681e00d..6baf8ec 100644
--- a/project/templates/registration/regstats.html
+++ b/project/templates/registration/regstats.html
@@ -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/>