{% load i18n %}
{% if user.is_authenticated %} {% if user_is_attending %} {% trans 'Change your Registration Status' %} {% else %} {% trans 'Register for this Event' %} {% endif %} {% else %} {% trans 'Register for this Event' %} {% endif %} | |
{% trans 'Confirmed attending:' %} {{ team_event_object.total_attending }} | {% trans 'Maybe attending:' %} {{ team_event_object.total_maybe_attending }} |
---|
{% trans "Attendees" %} | {% trans "Registration Status" %} | {% trans "Additional Guests" %} | |
---|---|---|---|
{% if registration.attendee_profile.mugshot %}
|
{{registration.attendee_profile.realname}} | {{registration.get_promise_display}} | {{registration.guests}} |