{% extends 'base.html' %} {% load static %} {% block title %}Credits Dashboard{% endblock %} {% block content %}
Current Balance
{{ current_balance }} credits
Date | Amount | Description |
---|---|---|
{{ transaction.created_at|date:"M d, Y g:i A" }} | {% if transaction.amount >= 0 %}+{% endif %}{{ transaction.amount }} credits | {{ transaction.description }} |
No transactions yet!
Your credit transactions will appear here once you start using credits.