{% extends "reggi/base.html" %} {% load humanize %} {% block title %}Simulated Checkout{% endblock %} {% block content %}
This is a local stub — no payment is processed and no real money moves. Confirming will issue {{ pack.name }} ({{ pack.credits|intcomma }} requests for ${{ pack.price }}) exactly as a real purchase would.
{% else %}No active credit pack found.
Back to pricing {% endif %}