{% extends 'admin-dashboard.html' %} {% load humanize %} {% block content %}
| # | Sender | Project | Tracking ID | Time | Amount | Actions | |
|---|---|---|---|---|---|---|---|
| {{ forloop.counter }} | {{ r.transaction.sender.full_name|truncatechars:20 }} | {{ r.transaction.project.title|truncatechars:30 }} | {{ r.transaction.tracking_id }} | {{ r.transaction.transaction_time|date:"d M, Y H:i" }} | ₹{{ r.transaction.amount|floatformat:2|intcomma }} |
|
|
|
No receipts found matching the criteria.
|
|||||||