{% extends "admin_base.html" %} {% block title %}Prize Pool | Nexora Admin{% endblock %} {% block content %}
Homepage Banner
Manage banner text and individual prize items. Each prize item has its own image, title, amount, and note.
Add multiple prize items. The homepage shows two cards together and smoothly rotates to the next pair.
{% if can('prize_items_create') %} {% endif %} {% if prize_items %}{{ item.note }}
{% endif %}