{% extends "base.html" %} {% block title %}{{ page_title }}{% endblock %} {% block meta_description %}{{ meta_description }}{% endblock %} {% block content %}
Registration received

{% if registration.status == 'waitlist' %}You are on the waitlist.{% else %}Your spot is secured.{% endif %}

{{ registration.full_name }}, your registration for {{ event.title }} has been saved. {% if registration.status == 'waitlist' %}We will contact you if a seat opens up.{% else %}Check your inbox for the confirmation email details.{% endif %}

Event{{ event.title }}
When{{ event.start_at|date:"M d, Y ยท g:i A" }}
Where{{ event.venue }}
Status{{ registration.get_status_display }}
{% endblock %}