| {{ a.name }}
{% if a.status == 'unknown' %}⚠{% endif %}
{% if a.stale_snapshot and a.status not in ('closed','paid_off') %}·{% endif %}
|
{{ a.account_type | replace('_',' ') }} |
{{ a.status }} |
{% if a.current_balance is not none %}${{ '{:,.2f}'.format(a.current_balance) }}{% else %}—{% endif %} |
{% if a.apr %}{{ '{:.2f}'.format(a.apr) }}%{% else %}—{% endif %} |
{% if a.minimum_payment %}${{ '{:,.2f}'.format(a.minimum_payment) }}{% else %}—{% endif %} |
{% if a.attack_allocation %}${{ '{:,.0f}'.format(a.attack_allocation) }}{% else %}—{% endif %} |
{{ a.snapshot_at[:10] if a.snapshot_at else '—' }} |
{% endfor %}