{% extends 'admin-dashboard.html' %} {% load static %} {% block content %} {% load humanize %}
{{ project.description }}
| Sl no | Buyer | Tiles Bought | Amount | Time | Status | Action |
|---|---|---|---|---|---|---|
| {{forloop.counter}} | {{t.sender.full_name}} | {{ t.num_tiles }} Tiles | ₹{{t.amount|floatformat:2|intcomma }} | {{t.transaction_time|date:"d M, Y P"}} | {{ t.status }} | View |