{% extends "base.html" %} {% block title %}Lucky Spin Wheel{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
LUCKY SPIN
{{ settings.spin_price_usdt }} USDT / spin
{% if player %}
{{ player.email }}
{% else %} {% endif %}
1xspin
3xspins
5xspins
8xspins
10xspins

LUCKY SPIN
WHEEL

Win attractive gifts when you spin

{% set active_char = settings.character_image_female if settings.character_gender == 'female' and settings.character_image_female else settings.character_image %} {% if active_char %} Lucky Character {% endif %} {% for p in prizes[:4] %}
{% if p.image %} {{ p.name }} {% else %} {% endif %}
{% endfor %}

PAYMENT

Choose your payment method

3x
spins selected

CARD PAYMENT

Transfer the exact amount shown below

Amount--
Card--
Bank--
Order--
StatusAwaiting

USDT TRC-20

Send the exact amount to the wallet below

Amount--
NetworkTRC-20
Wallet--
StatusAwaiting

JOIN THE GAME

Register to spin the wheel and win prizes!

{% endblock %} {% block extra_js %} {% endblock %}