{% extends "base.html" %} {% block title %}Resell Zone{% endblock %} {% block content %}

Resell Zone

Curated digital products, platform-ready keys, and community resources for our Discord members.

Browse Products
{{ total_count }} item{{ 's' if total_count != 1 else '' }} ready
{% if status_message %}
{{ status_level|capitalize }}: {{ status_message }} {% if checkout_session_id %}
Stripe session: {{ checkout_session_id }} {% endif %}
{% endif %} {% if not user %}

Sign in with Discord to access the catalogue and basket.

{% endif %} {% endblock %}