{% load i18n %}
{% if user_is_attending %} {% trans 'Change your Registration Status' %} {% else %} {% trans 'Register for this Event' %} {% endif %}
{% if team_event_object.attendee_set.all %} {% for registration in team_event_object.attendee_set.all %} {% endfor %}
{% trans "Event Attendees" %}{% trans "Registration Status" %}{% trans "Guests" %}
{{registration.attendee.username}}{{registration.get_promise_display}}{{registration.guests}}
{% endif %}