{% if user.profile.is_superuser or event.registration_configuration.display_registration_stats %}
{% if user.profile.is_superuser %} {{ event.get_spots_status.0 }} {% if event.registration_configuration.payment_required %}Paid{% endif %} Attendee{{ event.get_spots_status.0|pluralize }} Registered {% else %} {{ event.get_spots_status.0 }} {% if event.registration_configuration.payment_required %}Paid{% endif %} Attendee{{ event.get_spots_status.0|pluralize }} Registered {% endif %} {% if user.profile.is_superuser %} {% if event.money_collected %}
{{ SITE_GLOBAL_CURRENCYSYMBOL }}{{ event.money_collected }} Collected
{% endif %} {% endif %}
{% endif %}