{% extends 'base.html' %} {% block title %}Dashboard{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
Welcome back, {{ current_user.username }}
Tokens Remaining
No packages available yet. Contact admin to add tokens.
{% endif %}| Name | Phone | Country | Status | Actions |
|---|---|---|---|---|
| {{ p.full_name or '—' }} | {{ p.phone }} | +{{ p.country_code }} | {% if p.active %} Active {% else %} Paused {% endif %} |
No phone numbers added yet.
Add one above to get started.
| Date | Type | Amount | Note |
|---|---|---|---|
| {{ tx.created_at.strftime('%Y-%m-%d %H:%M') }} | {{ tx.type }} | {{ '+' if tx.amount > 0 else '' }}{{ tx.amount }} | {{ tx.note }} |