{% extends "pages/base.html" %} {% load static %} {% block title %}Success{% endblock %} {% block content %}

Payment Successful

Important: save your key first. Then join Discord in a new tab and redeem it to get access + open a support ticket.

Your key

{% if plaintext_key %}
⚠️ Your key is not emailed. Copy and save it now before leaving this page.
{{ plaintext_key }}

If you lose your key, open a Discord ticket with your order info.

{% elif pending %}

Payment received — generating your key…
This page will refresh automatically.

{% else %}

Key not available. If you believe this is an error, contact support.

{% endif %}

Join Discord

This opens in a new tab so you don’t lose access to this page.

Join our Discord

{% if order_id %}

Order: {{ order_id }}

{% endif %}
Back to Home
{% endblock %} {% block extra_js %} {% endblock %}