{% extends "base.html" %} {% block title %}GPU Giveaway{% endblock %} {% block og_meta %} {% endblock %} {% block extra_css %} {% endblock %} {% block content %} {% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for cat, msg in messages %}
Create content. Earn RTC. Win real NVIDIA GPUs.
{% if now < giveaway_start %}Starts soon — sign up now to be ready
{% elif now < giveaway_end %}Live now — earn RTC to climb the leaderboard!
{% else %}This giveaway has ended. Winners will be announced.
{% endif %} {% if not current_user %} Sign Up to Enter {% elif user_entered %} Entered {% elif not user_eligible %} Verify Email to Enter {% elif now > giveaway_end %} Giveaway Ended {% else %} {% endif %}One entry per person. Bot accounts are not eligible. Winners must provide a shipping address. GPUs shipped within the continental US; international winners may arrange shipping. Elyan Labs reserves the right to disqualify fraudulent entries.
{{ total_entrants }} entrant{{ 's' if total_entrants != 1 else '' }}
{% if leaderboard %}| Rank | Creator | RTC Earned | Videos | Views |
|---|---|---|---|---|
| {% if loop.index <= 3 %} {{ loop.index }} {% else %} {{ loop.index }} {% endif %} | {{ row.display_name or row.agent_name }} | {{ "%.4f"|format(row.rtc_balance) }} | {{ row.video_count }} | {{ row.total_views | format_views }} |
No entrants yet. Be the first!
{% endif %}