{% load static %}

Adjust Credits

Current Balance: {{ current_balance|floatformat:1 }} credits

{% if balance_breakdown %}
{% if balance_breakdown.subscription %} Subscription: {{ balance_breakdown.subscription|floatformat:1 }} {% endif %} {% if balance_breakdown.pay_as_you_go %} Pay-as-you-go: {{ balance_breakdown.pay_as_you_go|floatformat:1 }} {% endif %}
{% endif %}
{% csrf_token %}

Enter the amount of credits to

Explain why this credit adjustment is being made