{% extends "admin_base.html" %} {% block title %}Dashboard | Nexora Admin{% endblock %} {% block content %}
Overview
A complete overview of registrations, payments, game cards, media, and user messages.
| Name | Game | Entry | Phone | Status |
|---|---|---|---|---|
| {{ row.full_name }} | {{ row.game_title }} | {{ row.entry_type }} | {{ row.phone }} | {{ row.payment_status }} |