{% extends 'admin_base_layout.html' %} {% load static %} {% block content %}
| Transcation ID | Service Provider Name | Service Email | Date | Amount | Transcation Status | ||
|---|---|---|---|---|---|---|---|
| {{ pay.transcation_id}} |
|
{{ pay.user.email}} | {{pay.created_at|date:"d M Y"}} | £{{ pay.amount}} | {% comment %}{{ pay.transcation_status}} | {% endcomment %} {% if pay.transcation_status == 'Pending' %}
|
{% else %}
Completed | {% endif %}
No results found.
{% endif %}