{% extends 'base.html' %} {% load static %} {% block title %}Withdraw | Crashten{% endblock %} {% block content %}
Available Balance 0.00 KES

Withdrawal History

{% for w in history %} {% empty %} {% endfor %}
Date Amount Status
{{ w.created_at|date:"d M, H:i" }} {{ w.amount }} {{ w.status }}
No withdrawal requests yet.
{% endblock %} {% block extra_js %} {% endblock %}