{% extends "base.html" %} {% block title %}About Us | {{ settings.event_title }}{% endblock %} {% block content %}

About Nexora

Built For Players Who Want The Main Stage

{{ settings.about_intro }}

Our Story

From A Simple Idea To A Championship

{{ settings.about_body }}

Nexora started as a simple competitive idea and has grown into a structured championship where registration, payment verification, brackets, and results are managed through one clear system. Every season improves the format so players can focus on performance.

Transparent registration and payment verification

Separate pricing for individual and group entries

Admin-managed game cards, gallery, and sponsors

Instant email confirmation after every registration

Responsive design for phones, tablets, laptops, and TVs

Prizes, certificates, and official recognition for winners

Rules

Tournament Rules

Every player must bring original CNIC or student ID on event day

Team rosters cannot be changed after registration approval

Late teams may receive a walkover decision

Cheats, mods, or third-party tools cause instant disqualification

The referee or admin decision is final

Registration fees are non-refundable

FAQ

Common Questions

How do I pay the registration fee?

{{ settings.bank_account }} — upload your proof screenshot in the registration form after payment.

How long does payment verification take?

Most payments are reviewed within 24 hours. Once approved, your status changes to Paid.

Can I register for more than one game?

Yes. Each game requires a separate registration and separate entry fee.

How many members can a team have?

Team size depends on the game format selected by the admin.

What is the early bird discount?

{{ settings.early_discount }} — deadline {{ settings.early_deadline | pretty_dt }}.

I did not receive a confirmation email. What should I do?

Check your spam folder first. If it still does not arrive, contact the organizing team.

Contact

Get In Touch

Send questions, feedback, partnership requests, or event concerns to the organizing team.

{% if settings.contact_email %}

{{ settings.contact_email }}

{% endif %}

+92 331 0314962

{% if settings.contact_phone %}

{{ settings.contact_phone }}

{% endif %} {% if settings.contact_address %}

{{ settings.contact_address }}

{% endif %}

Event: {{ settings.event_date | pretty_dt }}

Send A Message

Your message is emailed to the organizing team and saved in the admin panel.

Community

Latest Messages

{% for contact in contacts %}
{{ contact.name[:1] | upper }} {{ contact.name }}

{{ contact.message }}

{% else %}
Community messages will appear here after users contact the team.
{% endfor %}
{% endblock %}