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.html16
1 files changed, 2 insertions, 14 deletions
diff --git a/project/templates/registration/regstats.html b/project/templates/registration/regstats.html
index 36d43b5..1e3a141 100644
--- a/project/templates/registration/regstats.html
+++ b/project/templates/registration/regstats.html
@@ -32,20 +32,8 @@
</tr>
{% for acco in acco_days %}
<tr>
- <td>Accommodation on {{ forloop.counter|add:"11" }}</td>
- <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_female %}
- <tr>
- <td>Accommodation on {{ forloop.counter|add:"11" }}(Female)</td>
- <td>{{ acco_f }}</td>
+ <td>Accommodation requested on {{ forloop.counter|add:"11" }}th night</td>
+ <td>{{ acco.total }} (Male: {{ acco.male }} Female: {{ acco.female }})</td>
</tr>
{% endfor %}
</table>