Registration Successful
Your registration has been submitted and received.
Status
UNDER VERIFICATION
Game
{{ details.game }}
Nick Name{% if details.entry_type == 'Group' %} / Team{% endif %}
{{ details.team_name }}
Registration Reference
{{ details.ticket_number or details.ref }}
{% if details.entry_type == 'Group' %}
Group Leader
{{ details.leader_name }}
Players
{{ details.member_count }}
{% endif %}
Applied On
{{ details.created_at }}
{% if details.entry_type == 'Group' and details.team_member_names %}
Team Members
{% for name in details.team_member_names %}
- {{ name }}
{% endfor %}
{% endif %}
{% if email_sent is none %}
Your confirmation email is being sent in the background. Please check your inbox and SPAM / Junk folder shortly.
{% elif email_sent %}
A confirmation email has been sent to
{% if email_recipients and email_recipients|length > 1 %}
the registered email addresses ({{ email_recipients|join(', ') }}).
{% elif email_recipients %}
{{ email_recipients[0] }}.
{% else %}
the registered email address.
{% endif %}
Please check your SPAM / Junk folder if you do not see it in your inbox.
{% else %}
Registration saved successfully, but the confirmation email could not be sent
{% if not email_configured %}(email service is not configured on the server){% endif %}.
Our team has been notified. You do not need to register again.
{% endif %}
Once your registration/payment is verified, your official ticket will be generated
and sent to the registered email address(es). Please keep your reference
{{ details.ref }} handy.