{% load i18n %}
{% trans 'Total confirmed attending:' %}{{ team_event_object.total_attending }} {% trans 'Total might be attending:' %}{{ team_event_object.total_maybe_attending }}
{% if team_event_object.attendee_set.all %} {% for registration in team_event_object.attendee_set.all %} {% endfor %}
{% trans "Event Attendees" %}{% trans "Registration Status" %}{% trans "Additional Guests" %}
{{registration.attendee.username}}{{registration.get_promise_display}}{{registration.guests}}
{% endif %}