{% extends "base.html" %} {% block title %}{{ settings.event_title }}{% endblock %} {% block content %}
{% set bg_img = img(settings.home_background) if settings.home_background else '' %} {% if bg_img %}
{{ settings.event_title }} championship artwork
{% elif hero_slides %} {% for slide in hero_slides %} {% set slide_img = img(slide.image) if slide.image else '' %} {% if slide_img %}
{{ settings.event_title }}
{% endif %} {% endfor %} {% else %}
{% endif %}
{% for i in range(2) %} Play sharp. Win louder. Champions register before the deadline. {{ settings.early_discount }} One arena. Many rivals. One Nexora crown. Fair play, verified brackets, transparent results. {% endfor %}
{% set countdown_date = settings.early_deadline if settings.countdown_mode == 'tickets' else settings.event_date %} {% set countdown_label = 'Tickets Last Date' if settings.countdown_mode == 'tickets' else 'Event Starts In' %}

Official Countdown

{% if settings.countdown_mode == 'tickets' %}

Tickets Last Date

{% else %}

Event Starts In

{% endif %}

{{ countdown_date | pretty_dt }}

Verified Entry Ticket Required
00Days
00Hours
00Mins
00Secs

Tournament Rewards

Rewards Worth Fighting For

Choose Your Arena

Competitive Gaming Registration

Newest titles appear first. Compare solo and team pricing, then register straight from the card.

{% if games %} View All{% if games_total and games_total > games|length %} ({{ games_total }}){% endif %} {% endif %}
{% if games %} {% if games_total and games_total > games|length %} {% endif %} {% else %}
No games are available yet. Add game cards from the admin panel.
{% endif %}
{% if sponsors %}

SPONSORS & PARTNERS

Powered By Our Partners

Thanks to the organizations and partners supporting Nexora.

{% endif %} {% if leaders %}

LEADERSHIP

Messages From Our Directors

Guidance from the leadership team behind the Nexora Esports Championship.

{% for leader in leaders %}
{% set li_img = img(leader.image) if leader.image else '' %} {% if li_img %} {{ leader.name }} {% else %} {{ leader.name[:1] | upper }} {% endif %}
{{ leader.name }} {{ leader.role }}

{{ leader.quote }}

{% endfor %}
{% endif %}

Memories

Event Moments

Highlights from previous events move automatically. Click any image to view it larger.

{% if gallery %} {% for item in gallery %} {% set mem_img = img(item.image) if item.image else '' %} {% if mem_img %}
{{ item.title }} {% if item.caption %}{{ item.caption }}{% endif %}
{% endif %} {% endfor %} {% else %} {% for label in ['Opening ceremony', 'Group stage', 'Finals night', 'Winning moment'] %}
{{ label }}Upload images from Admin → Covers & Gallery.
{% endfor %} {% endif %}

Tournament Highlights

What Makes Nexora Special?

Verified systems, clean scheduling, and match-day energy designed for serious players.

Verified Match Control

Every match runs with clear rules, active moderation, and transparent decisions.

Fast Winner Handling

Results, winners, and rewards are handled quickly through the official management desk.

Stage-Level Experience

Final rounds get the spotlight with organized coverage, highlights, and crowd moments.

Roadmap

Tournament Phases

Track the event from start to finish.

01

Registration

Register solo or with your squad before the official ticket deadline.

02

Brackets

Teams are drafted and match layouts are finalized.

03

Qualifiers

The heat rises! Battle through knockouts to reach the playoffs.

04

Grand Finals

The main stage. Only the best will compete for the crown.

{% endblock %}