{% extends 'base.html' %} {% load static %} {% block title %}Buy Credits - {{ project_name }}{% endblock %} {% block content %}

Buy Credits

Purchase pay-as-you-go credits that never expire

Current Balance: {{ current_balance }} credits
{% for product in products %}

{{ product.name }}

{{ product.credit_amount }} credits
${{ product.price }}

${{ product.price_per_credit|floatformat:3 }} per credit

✓ Never expires
✓ Pay-as-you-go usage
✓ Instant activation

{% empty %}

No credit products are currently available.

{% endfor %}

About Pay-as-You-Go Credits

  • Never Expire: Your credits will remain in your account indefinitely
  • Flexible Usage: Use credits only when you need services
  • No Subscriptions: One-time purchase with no recurring charges
  • Instant Access: Credits are added to your account immediately after payment
  • Secure Payment: All payments are processed securely through Stripe
{% csrf_token %} {% endblock %}