{% extends 'base.html' %} {% load static %} {% block title %}Buy AI Credits - 3ncount{% endblock %} {% block page_pretitle %}AI Credits{% endblock %} {% block page_title %}Top Up Your Credits{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
Credits Used This Month
Days Until Renewal
Avg. Daily Usage
You have less than 1,000 credits remaining. Top up now to avoid service interruption.
| Date | Type | Description | Amount | Balance After |
|---|---|---|---|---|
| {{ transaction.created_at|date:"d M Y H:i" }} | {{ transaction.get_transaction_type_display }} | {{ transaction.description }} | {% if transaction.transaction_type == 'PURCHASE' %}+{% else %}-{% endif %}{{ transaction.amount|floatformat:0 }} | {{ transaction.balance_after|floatformat:0 }} |
No transactions yet
Your credit transactions will appear here