{% extends "attendeereg/base.html" %} {% block styles %} {% endblock %} {% block content %}{% load humanize %}

{{ title|escape }}

The counts per session are for the attendees who have that as their first session.

{% for size in sizes %}{% endfor %}{% for size in sizes %}{% endfor %}{% for entry in rubric %} {% for size in entry.sizes %}{% for shirt in size.types %}{% endfor %} {% if forloop.last and forloop.counter0|divisibleby:2 %}{% endif %}{% endfor %}{% endfor %}
{{ total }} Active Registrations{{ size|escape }}
MW
{{ entry.name|escape }}{{ shirt.count }}
{% endblock %}