{% extends "base.html" %} {% block title %} Registrations {% endblock %} {% block content %}

Registration Statistics

{% if over_reg %}
We have already reached the total number of registrations for the conference. If you would like to be put on a waiting list in the event that someone can't make it to the conference, please follow the link below to register and we will be in contact if a registration spot comes available.
{% endif %}

Currently {{ registrations }} people have registered to attend {{ event.get_full_name }}.

{% if not registration %}

To attend {{ event.get_full_name }} please register

{% endif %} {% endblock %}