{% extends "base.html" %} {% block title %}Registration Successful | {{ settings.event_title }}{% endblock %} {% block body_class %}register-success-page{% endblock %} {% block content %}

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 %}
  1. {{ name }}
  2. {% 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 %}
If you did not receive the email, please check your SPAM / Junk folder. For any issues, contact us at nexora.esport.support@gmail.com or WhatsApp +92 331 0314962.

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.

{% endblock %}