{% load humanize %}
| Token | Source | Tier | Balance | Remaining |
|---|---|---|---|---|
{{ k.name }}
{% if b.is_default %}
default
{% endif %}
{{ k.prefix }}…
|
{% if row.is_paid %} purchase {% else %} signup {% endif %} | {% if row.tier %} {{ row.tier.name }} {% else %} — {% endif %} |
{% with granted=row.granted remaining=b.credits_remaining %}
{% if granted > 0 %}
{% widthratio remaining granted 100 as bar_pct %}
|
{{ b.credits_remaining|intcomma }} |