Payout Request List
Payout Request Lists
{% if payout_obj %}
{% else %}
| Transcation Id | Fortuneteller Name | Payout Amount | Requested Date | Transcation Status | Action |
|---|---|---|---|---|---|
| {{payout.transcation_id}} |
{{ payout.fortune_teller.first_name }} {{ payout.fortune_teller.last_name }} |
${{payout.amount}} | {{payout.created_at|date:"d M Y"}} | {% if payout.transcation_status == 'pending' %}Pending{% else %}Approved{% endif %} | {% if payout.transcation_status == 'pending' %} {% else %} {% endif %} |
No Data Found
{% endif %}